Shades of Putty #CBA372
Tints of Putty #CBA372
RGB
CMYK
RGB Variations
Color information
#CBA372 (or 0xCBA372) is known color: Putty. HEX triplet: CB, A3 and 72. RGB value is (203,163,114). Sum of RGB (Red+Green+Blue) = 203+163+114=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA372 is #345C8D. Grayscale: #A9A9A9. Windows color (decimal): -3431566 or 7513035. OLE color: 7513035.
HSL color Cylindrical-coordinate representation of color #CBA372: hue angle of 33.03º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBA372 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 114 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.20 |
| HSL | 33.03º | 0.46% | 0.62% | - |
| HSV(B) | 33.03º | 0.44% | 0.8% | - |
| XYZ | 40.76 | 40.11 | 21.51 | - |
| YUV | 169.37 | 96.75 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 114 | 0 | 0.20 | 0.44 | 0.20 | 33.03 | 0.46 | 0.62 |
| Hex | CB | A3 | 72 | 0 | 14 | 2C | 14 | 21 | 2E | 3E |
| Octal | 313 | 243 | 162 | 0 | 24 | 54 | 24 | 41 | 56 | 76 |
| Binary | 11001011 | 10100011 | 1110010 | 0 | 10100 | 101100 | 10100 | 100001 | 101110 | 111110 |
Color Harmonies of #CBA372
Complementary color
Monochromatic Colors of #CBA372
Black with #CBA372
Text Example
Text Example
White with #CBA372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA372; }
p { color: rgb(203,163,114); }
H1.HeaderClassName
{
color: #CBA372;
}
.AnyTagClassName
{
color: #CBA372;
}
</style>
background-color css
<style>
a { background-color: #CBA372; }
a { background-color: rgb(203,163,114); }
div.DivClassName
{
background-color: #CBA372;
}
.BgClassName
{
background-color: #CBA372;
}
</style>
border-color css
<style>
span { border-color: #CBA372; }
span { border-color: rgb(203,163,114); }
td.TdClassName
{
border-color: #CBA372;
}
.TagClassName
{
border-color: #CBA372;
}
</style>