#CFA674

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

Shades of Putty #CFA674

Tints of Putty #CFA674

Color information

#CFA674 (or 0xCFA674) is unknown color: approx Putty. HEX triplet: CF, A6 and 74. RGB value is (207,166,116). Sum of RGB (Red+Green+Blue) = 207+166+116=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA674 is #30598B. Grayscale: #ACACAC. Windows color (decimal): -3168652 or 7644879. OLE color: 7644879.

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

Color convert

RGB207166116-
CMYK00.200.440.19
HSL32.97º48.66%63.33%-
HSV(B)32.97º43.96%81.18%-
XYZ42.5241.822.35-
YUV172.5696.08152.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 166 (65.23% from 255) = 33.95%
BLUE value IS 116 (45.70% from 255) = 23.72%
R=42.33%
G=33.95%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716611600.200.440.1932.9748.6663.33
HexCFA6740142C1321313f
Octal3172461640245423416177
Binary1100111110100110111010001010010110010011100001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA674; }

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

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

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

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

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

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

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

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