#CAA56E

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

Shades of Putty #CAA56E

Tints of Putty #CAA56E

Color information

#CAA56E (or 0xCAA56E) is unknown color: approx Putty. HEX triplet: CA, A5 and 6E. RGB value is (202,165,110). Sum of RGB (Red+Green+Blue) = 202+165+110=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA56E is #355A91. Grayscale: #AAAAAA. Windows color (decimal): -3496594 or 7251402. OLE color: 7251402.

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

Color convert

RGB202165110-
CMYK00.180.460.21
HSL35.87º46.46%61.18%-
HSV(B)35.87º45.54%79.22%-
XYZ40.6340.5920.45-
YUV169.7994.26150.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 110 (43.36% from 255) = 23.06%
R=42.35%
G=34.59%
B=23.06%

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
Decimal20216511000.180.460.2135.8746.4661.18
HexCAA56E0122E15242e3d
Octal3122451560225625445675
Binary1100101010100101110111001001010111010101100100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA56E; }

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

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

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

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

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

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

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

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