#CAA96D

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

Shades of Putty #CAA96D

Tints of Putty #CAA96D

Color information

#CAA96D (or 0xCAA96D) is unknown color: approx Putty. HEX triplet: CA, A9 and 6D. RGB value is (202,169,109). Sum of RGB (Red+Green+Blue) = 202+169+109=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA96D is #355692. Grayscale: #ACACAC. Windows color (decimal): -3495571 or 7186890. OLE color: 7186890.

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

Color convert

RGB202169109-
CMYK00.160.460.21
HSL38.71º46.73%60.98%-
HSV(B)38.71º46.04%79.22%-
XYZ41.3142.0420.4-
YUV172.0392.43149.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 169 (66.41% from 255) = 35.21%
BLUE value IS 109 (42.97% from 255) = 22.71%
R=42.08%
G=35.21%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216910900.160.460.2138.7146.7360.98
HexCAA96D0102E15272f3d
Octal3122511550205625475775
Binary1100101010101001110110101000010111010101100111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA96D; }

 p { color: rgb(202,169,109); }

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

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

 a { background-color: rgb(202,169,109); }

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

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

 span { border-color: rgb(202,169,109); }

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