#CFB579

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

Shades of Putty #CFB579

Tints of Putty #CFB579

Color information

#CFB579 (or 0xCFB579) is unknown color: approx Putty. HEX triplet: CF, B5 and 79. RGB value is (207,181,121). Sum of RGB (Red+Green+Blue) = 207+181+121=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB579 is #304A86. Grayscale: #B6B6B6. Windows color (decimal): -3164807 or 7976399. OLE color: 7976399.

HSL color Cylindrical-coordinate representation of color #CFB579: hue angle of 41.86º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFB579 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207181121-
CMYK00.130.420.19
HSL41.86º47.25%64.31%-
HSV(B)41.86º41.55%81.18%-
XYZ45.7147.6924.89-
YUV181.9393.61145.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 121 (47.66% from 255) = 23.77%
R=40.67%
G=35.56%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718112100.130.420.1941.8647.2564.31
HexCFB5790D2A132a2f40
Octal31726517101552235257100
Binary1100111110110101111100101101101010100111010101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB579; }

 p { color: rgb(207,181,121); }

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

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

 a { background-color: rgb(207,181,121); }

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

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

 span { border-color: rgb(207,181,121); }

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