#CAA56D

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

Shades of Putty #CAA56D

Tints of Putty #CAA56D

Color information

#CAA56D (or 0xCAA56D) is unknown color: approx Putty. HEX triplet: CA, A5 and 6D. RGB value is (202,165,109). Sum of RGB (Red+Green+Blue) = 202+165+109=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA56D is #355A92. Grayscale: #A9A9A9. Windows color (decimal): -3496595 or 7185866. OLE color: 7185866.

HSL color Cylindrical-coordinate representation of color #CAA56D: hue angle of 36.13º 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 #CAA56D is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202165109-
CMYK00.180.460.21
HSL36.13º46.73%60.98%-
HSV(B)36.13º46.04%79.22%-
XYZ40.5740.5720.16-
YUV169.6893.76151.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 165 (64.84% from 255) = 34.66%
BLUE value IS 109 (42.97% from 255) = 22.90%
R=42.44%
G=34.66%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216510900.180.460.2136.1346.7360.98
HexCAA56D0122E15242f3d
Octal3122451550225625445775
Binary1100101010100101110110101001010111010101100100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA56D; }

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

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

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

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

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

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

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

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