#CAA86D

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

Shades of Putty #CAA86D

Tints of Putty #CAA86D

Color information

#CAA86D (or 0xCAA86D) is unknown color: approx Putty. HEX triplet: CA, A8 and 6D. RGB value is (202,168,109). Sum of RGB (Red+Green+Blue) = 202+168+109=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA86D is #355792. Grayscale: #ABABAB. Windows color (decimal): -3495827 or 7186634. OLE color: 7186634.

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

Color convert

RGB202168109-
CMYK00.170.460.21
HSL38.06º46.73%60.98%-
HSV(B)38.06º46.04%79.22%-
XYZ41.1241.6720.34-
YUV171.4492.76149.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 109 (42.97% from 255) = 22.76%
R=42.17%
G=35.07%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216810900.170.460.2138.0646.7360.98
HexCAA86D0112E15262f3d
Octal3122501550215625465775
Binary1100101010101000110110101000110111010101100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA86D; }

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

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

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

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

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

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

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

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