#CAA773

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

Shades of Putty #CAA773

Tints of Putty #CAA773

Color information

#CAA773 (or 0xCAA773) is unknown color: approx Putty. HEX triplet: CA, A7 and 73. RGB value is (202,167,115). Sum of RGB (Red+Green+Blue) = 202+167+115=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA773 is #35588C. Grayscale: #ABABAB. Windows color (decimal): -3496077 or 7579594. OLE color: 7579594.

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

Color convert

RGB202167115-
CMYK00.170.430.21
HSL35.86º45.08%62.16%-
HSV(B)35.86º43.07%79.22%-
XYZ41.2741.4322.04-
YUV171.5496.1149.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.74%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 115 (45.31% from 255) = 23.76%
R=41.74%
G=34.50%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216711500.170.430.2135.8645.0862.16
HexCAA7730112B15242d3e
Octal3122471630215325445576
Binary1100101010100111111001101000110101110101100100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA773; }

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

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

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

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

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

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

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

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