#CFAB6F

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

Shades of Putty #CFAB6F

Tints of Putty #CFAB6F

Color information

#CFAB6F (or 0xCFAB6F) is unknown color: approx Putty. HEX triplet: CF, AB and 6F. RGB value is (207,171,111). Sum of RGB (Red+Green+Blue) = 207+171+111=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB6F is #305490. Grayscale: #AFAFAF. Windows color (decimal): -3167377 or 7318479. OLE color: 7318479.

HSL color Cylindrical-coordinate representation of color #CFAB6F: hue angle of 37.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFAB6F is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB207171111-
CMYK00.170.460.19
HSL37.5º50%62.35%-
HSV(B)37.5º46.38%81.18%-
XYZ43.1643.5421.17-
YUV174.9291.93150.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 111 (43.75% from 255) = 22.70%
R=42.33%
G=34.97%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717111100.170.460.1937.55062.35
HexCFAB6F0112E1326323e
Octal3172531570215623466276
Binary1100111110101011110111101000110111010011100110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAB6F; }

 p { color: rgb(207,171,111); }

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

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

 a { background-color: rgb(207,171,111); }

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

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

 span { border-color: rgb(207,171,111); }

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