#CFA976

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

Shades of Putty #CFA976

Tints of Putty #CFA976

Color information

#CFA976 (or 0xCFA976) is unknown color: approx Putty. HEX triplet: CF, A9 and 76. RGB value is (207,169,118). Sum of RGB (Red+Green+Blue) = 207+169+118=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA976 is #305689. Grayscale: #AEAEAE. Windows color (decimal): -3167882 or 7776719. OLE color: 7776719.

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

Color convert

RGB207169118-
CMYK00.180.430.19
HSL34.38º48.11%63.73%-
HSV(B)34.38º43%81.18%-
XYZ43.1942.9523.15-
YUV174.5596.09151.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.90%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 118 (46.48% from 255) = 23.89%
R=41.90%
G=34.21%
B=23.89%

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
Decimal20716911800.180.430.1934.3848.1163.73
HexCFA9760122B13223040
Octal31725116602253234260100
Binary11001111101010011110110010010101011100111000101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA976; }

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

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

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

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

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

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

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

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