#CFAA74

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

Shades of Putty #CFAA74

Tints of Putty #CFAA74

Color information

#CFAA74 (or 0xCFAA74) is unknown color: approx Putty. HEX triplet: CF, AA and 74. RGB value is (207,170,116). Sum of RGB (Red+Green+Blue) = 207+170+116=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA74 is #30558B. Grayscale: #AFAFAF. Windows color (decimal): -3167628 or 7645903. OLE color: 7645903.

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

Color convert

RGB207170116-
CMYK00.180.440.19
HSL35.6º48.66%63.33%-
HSV(B)35.6º43.96%81.18%-
XYZ43.2643.2822.6-
YUV174.9194.76150.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.99%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 116 (45.70% from 255) = 23.53%
R=41.99%
G=34.48%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717011600.180.440.1935.648.6663.33
HexCFAA740122C1324313f
Octal3172521640225423446177
Binary1100111110101010111010001001010110010011100100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA74; }

 p { color: rgb(207,170,116); }

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

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

 a { background-color: rgb(207,170,116); }

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

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

 span { border-color: rgb(207,170,116); }

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