#CFAB70

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

Shades of Putty #CFAB70

Tints of Putty #CFAB70

Color information

#CFAB70 (or 0xCFAB70) is unknown color: approx Putty. HEX triplet: CF, AB and 70. RGB value is (207,171,112). Sum of RGB (Red+Green+Blue) = 207+171+112=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB70 is #30548F. Grayscale: #AFAFAF. Windows color (decimal): -3167376 or 7384015. OLE color: 7384015.

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

Color convert

RGB207171112-
CMYK00.170.460.19
HSL37.26º49.74%62.55%-
HSV(B)37.26º45.89%81.18%-
XYZ43.2243.5621.46-
YUV175.0492.43150.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.24%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 112 (44.14% from 255) = 22.86%
R=42.24%
G=34.90%
B=22.86%

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
Decimal20717111200.170.460.1937.2649.7462.55
HexCFAB700112E1325323f
Octal3172531600215623456277
Binary1100111110101011111000001000110111010011100101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAB70; }

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

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

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

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

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

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

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

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