#CFB368

Color #CFB368 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CFB368

Tints of Putty #CFB368

Color information

#CFB368 (or 0xCFB368) is unknown color: approx Putty. HEX triplet: CF, B3 and 68. RGB value is (207,179,104). Sum of RGB (Red+Green+Blue) = 207+179+104=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB368 is #304C97. Grayscale: #B3B3B3. Windows color (decimal): -3165336 or 6861775. OLE color: 6861775.

HSL color Cylindrical-coordinate representation of color #CFB368: hue angle of 43.69º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFB368 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB207179104-
CMYK00.140.500.19
HSL43.69º51.76%60.98%-
HSV(B)43.69º49.76%81.18%-
XYZ44.3546.5119.74-
YUV178.8285.78148.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 42.24%
GREEN value IS 179 (70.31% from 255) = 36.53%
BLUE value IS 104 (41.02% from 255) = 21.22%
R=42.24%
G=36.53%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717910400.140.500.1943.6951.7660.98
HexCFB3680E32132c343d
Octal3172631500166223546475
Binary110011111011001111010000111011001010011101100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB368; }

 p { color: rgb(207,179,104); }

 H1.HeaderClassName
 {
   color: #CFB368;
 }
 .AnyTagClassName
 {
   color: #CFB368;
 }
</style>
background-color css

<style>
 a { background-color: #CFB368; }

 a { background-color: rgb(207,179,104); }

 div.DivClassName
 {
   background-color: #CFB368;
 }
 .BgClassName
 {
   background-color: #CFB368;
 }
</style>
border-color css

<style>
 span { border-color: #CFB368; }

 span { border-color: rgb(207,179,104); }

 td.TdClassName
 {
   border-color: #CFB368;
 }
 .TagClassName
 {
   border-color: #CFB368;
 }
</style>