#CAA670

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

Shades of Putty #CAA670

Tints of Putty #CAA670

Color information

#CAA670 (or 0xCAA670) is unknown color: approx Putty. HEX triplet: CA, A6 and 70. RGB value is (202,166,112). Sum of RGB (Red+Green+Blue) = 202+166+112=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA670 is #35598F. Grayscale: #AAAAAA. Windows color (decimal): -3496336 or 7382730. OLE color: 7382730.

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

Color convert

RGB202166112-
CMYK00.180.450.21
HSL36º45.92%61.57%-
HSV(B)36º44.55%79.22%-
XYZ40.924121.09-
YUV170.6194.93150.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 166 (65.23% from 255) = 34.58%
BLUE value IS 112 (44.14% from 255) = 23.33%
R=42.08%
G=34.58%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216611200.180.450.213645.9261.57
HexCAA6700122D15242e3e
Octal3122461600225525445676
Binary1100101010100110111000001001010110110101100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA670; }

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

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

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

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

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

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

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

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