#CAB76D

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

Shades of Putty #CAB76D

Tints of Putty #CAB76D

Color information

#CAB76D (or 0xCAB76D) is unknown color: approx Putty. HEX triplet: CA, B7 and 6D. RGB value is (202,183,109). Sum of RGB (Red+Green+Blue) = 202+183+109=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB76D is #354892. Grayscale: #B4B4B4. Windows color (decimal): -3491987 or 7190474. OLE color: 7190474.

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

Color convert

RGB202183109-
CMYK00.090.460.21
HSL47.74º46.73%60.98%-
HSV(B)47.74º46.04%79.22%-
XYZ44.0547.5321.32-
YUV180.2487.79143.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=40.89%
G=37.04%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218310900.090.460.2147.7446.7360.98
HexCAB76D092E15302f3d
Octal3122671550115625605775
Binary110010101011011111011010100110111010101110000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB76D; }

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

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

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

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

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

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

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

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