#CAA475

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

Shades of Putty #CAA475

Tints of Putty #CAA475

Color information

#CAA475 (or 0xCAA475) is unknown color: approx Putty. HEX triplet: CA, A4 and 75. RGB value is (202,164,117). Sum of RGB (Red+Green+Blue) = 202+164+117=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA475 is #355B8A. Grayscale: #AAAAAA. Windows color (decimal): -3496843 or 7709898. OLE color: 7709898.

HSL color Cylindrical-coordinate representation of color #CAA475: hue angle of 33.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAA475 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202164117-
CMYK00.190.420.21
HSL33.18º44.5%62.55%-
HSV(B)33.18º42.08%79.22%-
XYZ40.8440.3922.47-
YUV17098.09150.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 164 (64.45% from 255) = 33.95%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=41.82%
G=33.95%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216411700.190.420.2133.1844.562.55
HexCAA4750132A15212d3f
Octal3122441650235225415577
Binary1100101010100100111010101001110101010101100001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA475; }

 p { color: rgb(202,164,117); }

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

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

 a { background-color: rgb(202,164,117); }

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

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

 span { border-color: rgb(202,164,117); }

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