Shades of Putty #CAB76D
Tints of Putty #CAB76D
RGB
CMYK
RGB Variations
Color information
#CAB76D (or 0xCAB76D) is known color: 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
| RGB | 202 | 183 | 109 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.21 |
| HSL | 47.74º | 0.47% | 0.61% | - |
| HSV(B) | 47.74º | 0.46% | 0.79% | - |
| XYZ | 44.05 | 47.53 | 21.32 | - |
| YUV | 180.25 | 87.79 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 109 | 0 | 0.09 | 0.46 | 0.21 | 47.74 | 0.47 | 0.61 |
| Hex | CA | B7 | 6D | 0 | 9 | 2E | 15 | 30 | 2F | 3D |
| Octal | 312 | 267 | 155 | 0 | 11 | 56 | 25 | 60 | 57 | 75 |
| Binary | 11001010 | 10110111 | 1101101 | 0 | 1001 | 101110 | 10101 | 110000 | 101111 | 111101 |
Color Harmonies of #CAB76D
Complementary color
Monochromatic Colors of #CAB76D
Black with #CAB76D
Text Example
Text Example
White with #CAB76D
Text Example
Text Example
HTML Codes & Css Web 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>