#CAA675

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

Shades of Putty #CAA675

Tints of Putty #CAA675

Color information

#CAA675 (or 0xCAA675) is unknown color: approx Putty. HEX triplet: CA, A6 and 75. RGB value is (202,166,117). Sum of RGB (Red+Green+Blue) = 202+166+117=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA675 is #35598A. Grayscale: #ABABAB. Windows color (decimal): -3496331 or 7710410. OLE color: 7710410.

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

Color convert

RGB202166117-
CMYK00.180.420.21
HSL34.59º44.5%62.55%-
HSV(B)34.59º42.08%79.22%-
XYZ41.241.1122.59-
YUV171.1897.43149.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=41.65%
G=34.23%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216611700.180.420.2134.5944.562.55
HexCAA6750122A15232d3f
Octal3122461650225225435577
Binary1100101010100110111010101001010101010101100011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA675; }

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

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

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

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

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

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

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

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