Shades of Putty #CAB074
Tints of Putty #CAB074
RGB
CMYK
RGB Variations
Color information
#CAB074 (or 0xCAB074) is known color: Putty. HEX triplet: CA, B0 and 74. RGB value is (202,176,116). Sum of RGB (Red+Green+Blue) = 202+176+116=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB074 is #354F8B. Grayscale: #B1B1B1. Windows color (decimal): -3493772 or 7647434. OLE color: 7647434.
HSL color Cylindrical-coordinate representation of color #CAB074: hue angle of 41.86º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAB074 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 116 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.21 |
| HSL | 41.86º | 0.45% | 0.62% | - |
| HSV(B) | 41.86º | 0.43% | 0.79% | - |
| XYZ | 43.03 | 44.87 | 22.92 | - |
| YUV | 176.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 116 | 0 | 0.13 | 0.43 | 0.21 | 41.86 | 0.45 | 0.62 |
| Hex | CA | B0 | 74 | 0 | D | 2B | 15 | 2A | 2D | 3E |
| Octal | 312 | 260 | 164 | 0 | 15 | 53 | 25 | 52 | 55 | 76 |
| Binary | 11001010 | 10110000 | 1110100 | 0 | 1101 | 101011 | 10101 | 101010 | 101101 | 111110 |
Color Harmonies of #CAB074
Complementary color
Monochromatic Colors of #CAB074
Black with #CAB074
Text Example
Text Example
White with #CAB074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB074; }
p { color: rgb(202,176,116); }
H1.HeaderClassName
{
color: #CAB074;
}
.AnyTagClassName
{
color: #CAB074;
}
</style>
background-color css
<style>
a { background-color: #CAB074; }
a { background-color: rgb(202,176,116); }
div.DivClassName
{
background-color: #CAB074;
}
.BgClassName
{
background-color: #CAB074;
}
</style>
border-color css
<style>
span { border-color: #CAB074; }
span { border-color: rgb(202,176,116); }
td.TdClassName
{
border-color: #CAB074;
}
.TagClassName
{
border-color: #CAB074;
}
</style>