#CAA879

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

Shades of Putty #CAA879

Tints of Putty #CAA879

Color information

#CAA879 (or 0xCAA879) is unknown color: approx Putty. HEX triplet: CA, A8 and 79. RGB value is (202,168,121). Sum of RGB (Red+Green+Blue) = 202+168+121=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA879 is #355786. Grayscale: #ADADAD. Windows color (decimal): -3495815 or 7973066. OLE color: 7973066.

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

Color convert

RGB202168121-
CMYK00.170.400.21
HSL34.81º43.32%63.33%-
HSV(B)34.81º40.1%79.22%-
XYZ41.8141.9423.98-
YUV172.8198.76148.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 121 (47.66% from 255) = 24.64%
R=41.14%
G=34.22%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216812100.170.400.2134.8143.3263.33
HexCAA8790112815232b3f
Octal3122501710215025435377
Binary1100101010101000111100101000110100010101100011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA879; }

 p { color: rgb(202,168,121); }

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

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

 a { background-color: rgb(202,168,121); }

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

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

 span { border-color: rgb(202,168,121); }

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