#CFAA76

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

Shades of Putty #CFAA76

Tints of Putty #CFAA76

Color information

#CFAA76 (or 0xCFAA76) is unknown color: approx Putty. HEX triplet: CF, AA and 76. RGB value is (207,170,118). Sum of RGB (Red+Green+Blue) = 207+170+118=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA76 is #305589. Grayscale: #AFAFAF. Windows color (decimal): -3167626 or 7776975. OLE color: 7776975.

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

Color convert

RGB207170118-
CMYK00.180.430.19
HSL35.06º48.11%63.73%-
HSV(B)35.06º43%81.18%-
XYZ43.3843.3223.22-
YUV175.1495.76150.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 118 (46.48% from 255) = 23.84%
R=41.82%
G=34.34%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717011800.180.430.1935.0648.1163.73
HexCFAA760122B13233040
Octal31725216602253234360100
Binary11001111101010101110110010010101011100111000111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA76; }

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

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

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

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

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

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

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

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