#CAA76D

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

Shades of Putty #CAA76D

Tints of Putty #CAA76D

Color information

#CAA76D (or 0xCAA76D) is unknown color: approx Putty. HEX triplet: CA, A7 and 6D. RGB value is (202,167,109). Sum of RGB (Red+Green+Blue) = 202+167+109=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA76D is #355892. Grayscale: #ABABAB. Windows color (decimal): -3496083 or 7186378. OLE color: 7186378.

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

Color convert

RGB202167109-
CMYK00.170.460.21
HSL37.42º46.73%60.98%-
HSV(B)37.42º46.04%79.22%-
XYZ40.9441.320.28-
YUV170.8593.1150.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=42.26%
G=34.94%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216710900.170.460.2137.4246.7360.98
HexCAA76D0112E15252f3d
Octal3122471550215625455775
Binary1100101010100111110110101000110111010101100101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA76D; }

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

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

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

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

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

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

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

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