#CFA773

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

Shades of Putty #CFA773

Tints of Putty #CFA773

Color information

#CFA773 (or 0xCFA773) is unknown color: approx Putty. HEX triplet: CF, A7 and 73. RGB value is (207,167,115). Sum of RGB (Red+Green+Blue) = 207+167+115=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA773 is #30588C. Grayscale: #ADADAD. Windows color (decimal): -3168397 or 7579599. OLE color: 7579599.

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

Color convert

RGB207167115-
CMYK00.190.440.19
HSL33.91º48.94%63.14%-
HSV(B)33.91º44.44%81.18%-
XYZ42.6542.1422.11-
YUV173.0395.25152.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 115 (45.31% from 255) = 23.52%
R=42.33%
G=34.15%
B=23.52%

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
Decimal20716711500.190.440.1933.9148.9463.14
HexCFA7730132C1322313f
Octal3172471630235423426177
Binary1100111110100111111001101001110110010011100010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA773; }

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

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

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

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

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

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

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

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