#CAA772

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

Shades of Putty #CAA772

Tints of Putty #CAA772

Color information

#CAA772 (or 0xCAA772) is unknown color: approx Putty. HEX triplet: CA, A7 and 72. RGB value is (202,167,114). Sum of RGB (Red+Green+Blue) = 202+167+114=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA772 is #35588D. Grayscale: #ABABAB. Windows color (decimal): -3496078 or 7514058. OLE color: 7514058.

HSL color Cylindrical-coordinate representation of color #CAA772: hue angle of 36.14º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAA772 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB202167114-
CMYK00.170.440.21
HSL36.14º45.36%61.96%-
HSV(B)36.14º43.56%79.22%-
XYZ41.2141.4121.74-
YUV171.4295.6149.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 167 (65.62% from 255) = 34.58%
BLUE value IS 114 (44.92% from 255) = 23.60%
R=41.82%
G=34.58%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216711400.170.440.2136.1445.3661.96
HexCAA7720112C15242d3e
Octal3122471620215425445576
Binary1100101010100111111001001000110110010101100100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA772; }

 p { color: rgb(202,167,114); }

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

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

 a { background-color: rgb(202,167,114); }

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

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

 span { border-color: rgb(202,167,114); }

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