#CFAA73

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

Shades of Putty #CFAA73

Tints of Putty #CFAA73

Color information

#CFAA73 (or 0xCFAA73) is unknown color: approx Putty. HEX triplet: CF, AA and 73. RGB value is (207,170,115). Sum of RGB (Red+Green+Blue) = 207+170+115=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA73 is #30558C. Grayscale: #AFAFAF. Windows color (decimal): -3167629 or 7580367. OLE color: 7580367.

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

Color convert

RGB207170115-
CMYK00.180.440.19
HSL35.87º48.94%63.14%-
HSV(B)35.87º44.44%81.18%-
XYZ43.243.2522.29-
YUV174.7994.26150.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 115 (45.31% from 255) = 23.37%
R=42.07%
G=34.55%
B=23.37%

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
Decimal20717011500.180.440.1935.8748.9463.14
HexCFAA730122C1324313f
Octal3172521630225423446177
Binary1100111110101010111001101001010110010011100100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA73; }

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

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

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

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

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

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

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

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