#CFA973

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

Shades of Putty #CFA973

Tints of Putty #CFA973

Color information

#CFA973 (or 0xCFA973) is unknown color: approx Putty. HEX triplet: CF, A9 and 73. RGB value is (207,169,115). Sum of RGB (Red+Green+Blue) = 207+169+115=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA973 is #30568C. Grayscale: #AEAEAE. Windows color (decimal): -3167885 or 7580111. OLE color: 7580111.

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

Color convert

RGB207169115-
CMYK00.180.440.19
HSL35.22º48.94%63.14%-
HSV(B)35.22º44.44%81.18%-
XYZ43.0142.8822.23-
YUV174.2194.59151.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 169 (66.41% from 255) = 34.42%
BLUE value IS 115 (45.31% from 255) = 23.42%
R=42.16%
G=34.42%
B=23.42%

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
Decimal20716911500.180.440.1935.2248.9463.14
HexCFA9730122C1323313f
Octal3172511630225423436177
Binary1100111110101001111001101001010110010011100011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA973; }

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

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

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

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

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

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

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

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