Shades of Putty #CAB371
Tints of Putty #CAB371
RGB
CMYK
RGB Variations
Color information
#CAB371 (or 0xCAB371) is known color: Putty. HEX triplet: CA, B3 and 71. RGB value is (202,179,113). Sum of RGB (Red+Green+Blue) = 202+179+113=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB371 is #354C8E. Grayscale: #B2B2B2. Windows color (decimal): -3493007 or 7451594. OLE color: 7451594.
HSL color Cylindrical-coordinate representation of color #CAB371: hue angle of 44.49º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAB371 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 113 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.21 |
| HSL | 44.49º | 0.46% | 0.62% | - |
| HSV(B) | 44.49º | 0.44% | 0.79% | - |
| XYZ | 43.46 | 45.99 | 22.21 | - |
| YUV | 178.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 113 | 0 | 0.11 | 0.44 | 0.21 | 44.49 | 0.46 | 0.62 |
| Hex | CA | B3 | 71 | 0 | B | 2C | 15 | 2C | 2E | 3E |
| Octal | 312 | 263 | 161 | 0 | 13 | 54 | 25 | 54 | 56 | 76 |
| Binary | 11001010 | 10110011 | 1110001 | 0 | 1011 | 101100 | 10101 | 101100 | 101110 | 111110 |
Color Harmonies of #CAB371
Complementary color
Monochromatic Colors of #CAB371
Black with #CAB371
Text Example
Text Example
White with #CAB371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB371; }
p { color: rgb(202,179,113); }
H1.HeaderClassName
{
color: #CAB371;
}
.AnyTagClassName
{
color: #CAB371;
}
</style>
background-color css
<style>
a { background-color: #CAB371; }
a { background-color: rgb(202,179,113); }
div.DivClassName
{
background-color: #CAB371;
}
.BgClassName
{
background-color: #CAB371;
}
</style>
border-color css
<style>
span { border-color: #CAB371; }
span { border-color: rgb(202,179,113); }
td.TdClassName
{
border-color: #CAB371;
}
.TagClassName
{
border-color: #CAB371;
}
</style>