#CFA970

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

Shades of Putty #CFA970

Tints of Putty #CFA970

Color information

#CFA970 (or 0xCFA970) is unknown color: approx Putty. HEX triplet: CF, A9 and 70. RGB value is (207,169,112). Sum of RGB (Red+Green+Blue) = 207+169+112=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA970 is #30568F. Grayscale: #AEAEAE. Windows color (decimal): -3167888 or 7383503. OLE color: 7383503.

HSL color Cylindrical-coordinate representation of color #CFA970: hue angle of 36º 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 #CFA970 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB207169112-
CMYK00.180.460.19
HSL36º49.74%62.55%-
HSV(B)36º45.89%81.18%-
XYZ42.8442.8121.33-
YUV173.8693.09151.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.42%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=42.42%
G=34.63%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716911200.180.460.193649.7462.55
HexCFA9700122E1324323f
Octal3172511600225623446277
Binary1100111110101001111000001001010111010011100100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA970; }

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

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

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

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

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

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

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

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