#CAA86C

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

Shades of Putty #CAA86C

Tints of Putty #CAA86C

Color information

#CAA86C (or 0xCAA86C) is unknown color: approx Putty. HEX triplet: CA, A8 and 6C. RGB value is (202,168,108). Sum of RGB (Red+Green+Blue) = 202+168+108=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA86C is #355793. Grayscale: #ABABAB. Windows color (decimal): -3495828 or 7121098. OLE color: 7121098.

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

Color convert

RGB202168108-
CMYK00.170.470.21
HSL38.3º47%60.78%-
HSV(B)38.3º46.53%79.22%-
XYZ41.0741.6420.06-
YUV171.3392.26149.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 168 (66.02% from 255) = 35.15%
BLUE value IS 108 (42.58% from 255) = 22.59%
R=42.26%
G=35.15%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216810800.170.470.2138.34760.78
HexCAA86C0112F15262f3d
Octal3122501540215725465775
Binary1100101010101000110110001000110111110101100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA86C; }

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

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

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

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

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

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

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

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