Shades of Putty #CAB372
Tints of Putty #CAB372
RGB
CMYK
RGB Variations
Color information
#CAB372 (or 0xCAB372) is known color: Putty. HEX triplet: CA, B3 and 72. RGB value is (202,179,114). Sum of RGB (Red+Green+Blue) = 202+179+114=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB372 is #354C8D. Grayscale: #B2B2B2. Windows color (decimal): -3493006 or 7517130. OLE color: 7517130.
HSL color Cylindrical-coordinate representation of color #CAB372: hue angle of 44.32º degrees, saturation: 0.45, 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 #CAB372 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 114 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.21 |
| HSL | 44.32º | 0.45% | 0.62% | - |
| HSV(B) | 44.32º | 0.44% | 0.79% | - |
| XYZ | 43.51 | 46.01 | 22.51 | - |
| YUV | 178.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 114 | 0 | 0.11 | 0.44 | 0.21 | 44.32 | 0.45 | 0.62 |
| Hex | CA | B3 | 72 | 0 | B | 2C | 15 | 2C | 2D | 3E |
| Octal | 312 | 263 | 162 | 0 | 13 | 54 | 25 | 54 | 55 | 76 |
| Binary | 11001010 | 10110011 | 1110010 | 0 | 1011 | 101100 | 10101 | 101100 | 101101 | 111110 |
Color Harmonies of #CAB372
Complementary color
Monochromatic Colors of #CAB372
Black with #CAB372
Text Example
Text Example
White with #CAB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB372; }
p { color: rgb(202,179,114); }
H1.HeaderClassName
{
color: #CAB372;
}
.AnyTagClassName
{
color: #CAB372;
}
</style>
background-color css
<style>
a { background-color: #CAB372; }
a { background-color: rgb(202,179,114); }
div.DivClassName
{
background-color: #CAB372;
}
.BgClassName
{
background-color: #CAB372;
}
</style>
border-color css
<style>
span { border-color: #CAB372; }
span { border-color: rgb(202,179,114); }
td.TdClassName
{
border-color: #CAB372;
}
.TagClassName
{
border-color: #CAB372;
}
</style>