#CAA56C

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

Shades of Putty #CAA56C

Tints of Putty #CAA56C

Color information

#CAA56C (or 0xCAA56C) is unknown color: approx Putty. HEX triplet: CA, A5 and 6C. RGB value is (202,165,108). Sum of RGB (Red+Green+Blue) = 202+165+108=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA56C is #355A93. Grayscale: #A9A9A9. Windows color (decimal): -3496596 or 7120330. OLE color: 7120330.

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

Color convert

RGB202165108-
CMYK00.180.470.21
HSL36.38º47%60.78%-
HSV(B)36.38º46.53%79.22%-
XYZ40.5240.5519.88-
YUV169.5693.26151.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 165 (64.84% from 255) = 34.74%
BLUE value IS 108 (42.58% from 255) = 22.74%
R=42.53%
G=34.74%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216510800.180.470.2136.384760.78
HexCAA56C0122F15242f3d
Octal3122451540225725445775
Binary1100101010100101110110001001010111110101100100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA56C; }

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

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

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

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

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

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

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

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