#CAA87A

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

Shades of Putty #CAA87A

Tints of Putty #CAA87A

Color information

#CAA87A (or 0xCAA87A) is unknown color: approx Putty. HEX triplet: CA, A8 and 7A. RGB value is (202,168,122). Sum of RGB (Red+Green+Blue) = 202+168+122=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA87A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA87A is #355785. Grayscale: #ADADAD. Windows color (decimal): -3495814 or 8038602. OLE color: 8038602.

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

Color convert

RGB202168122-
CMYK00.170.400.21
HSL34.5º43.01%63.53%-
HSV(B)34.5º39.6%79.22%-
XYZ41.8741.9724.31-
YUV172.9299.26148.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 168 (66.02% from 255) = 34.15%
BLUE value IS 122 (48.05% from 255) = 24.80%
R=41.06%
G=34.15%
B=24.80%

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
Decimal20216812200.170.400.2134.543.0163.53
HexCAA87A0112815232b40
Octal31225017202150254353100
Binary11001010101010001111010010001101000101011000111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA87A; }

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

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

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

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

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

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

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

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