#CFA774

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

Shades of Putty #CFA774

Tints of Putty #CFA774

Color information

#CFA774 (or 0xCFA774) is unknown color: approx Putty. HEX triplet: CF, A7 and 74. RGB value is (207,167,116). Sum of RGB (Red+Green+Blue) = 207+167+116=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA774 is #30588B. Grayscale: #ADADAD. Windows color (decimal): -3168396 or 7645135. OLE color: 7645135.

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

Color convert

RGB207167116-
CMYK00.190.440.19
HSL33.63º48.66%63.33%-
HSV(B)33.63º43.96%81.18%-
XYZ42.742.1622.41-
YUV173.1595.75152.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.24%
GREEN value IS 167 (65.62% from 255) = 34.08%
BLUE value IS 116 (45.70% from 255) = 23.67%
R=42.24%
G=34.08%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716711600.190.440.1933.6348.6663.33
HexCFA7740132C1322313f
Octal3172471640235423426177
Binary1100111110100111111010001001110110010011100010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA774; }

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

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

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

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

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

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

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

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