#CAA474

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

Shades of Putty #CAA474

Tints of Putty #CAA474

Color information

#CAA474 (or 0xCAA474) is unknown color: approx Putty. HEX triplet: CA, A4 and 74. RGB value is (202,164,116). Sum of RGB (Red+Green+Blue) = 202+164+116=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA474 is #355B8B. Grayscale: #AAAAAA. Windows color (decimal): -3496844 or 7644362. OLE color: 7644362.

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

Color convert

RGB202164116-
CMYK00.190.430.21
HSL33.49º44.79%62.35%-
HSV(B)33.49º42.57%79.22%-
XYZ40.7840.3722.17-
YUV169.8997.59150.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=41.91%
G=34.02%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216411600.190.430.2133.4944.7962.35
HexCAA4740132B15212d3e
Octal3122441640235325415576
Binary1100101010100100111010001001110101110101100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA474; }

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

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

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

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

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

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

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

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