Shades of Putty #CBA875
Tints of Putty #CBA875
RGB
CMYK
RGB Variations
Color information
#CBA875 (or 0xCBA875) is known color: Putty. HEX triplet: CB, A8 and 75. RGB value is (203,168,117). Sum of RGB (Red+Green+Blue) = 203+168+117=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA875 is #34578A. Grayscale: #ACACAC. Windows color (decimal): -3430283 or 7710923. OLE color: 7710923.
HSL color Cylindrical-coordinate representation of color #CBA875: hue angle of 35.58º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBA875 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 117 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.20 |
| HSL | 35.58º | 0.45% | 0.63% | - |
| HSV(B) | 35.58º | 0.42% | 0.8% | - |
| XYZ | 41.84 | 41.99 | 22.73 | - |
| YUV | 172.65 | 96.6 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 117 | 0 | 0.17 | 0.42 | 0.20 | 35.58 | 0.45 | 0.63 |
| Hex | CB | A8 | 75 | 0 | 11 | 2A | 14 | 24 | 2D | 3F |
| Octal | 313 | 250 | 165 | 0 | 21 | 52 | 24 | 44 | 55 | 77 |
| Binary | 11001011 | 10101000 | 1110101 | 0 | 10001 | 101010 | 10100 | 100100 | 101101 | 111111 |
Color Harmonies of #CBA875
Complementary color
Monochromatic Colors of #CBA875
Black with #CBA875
Text Example
Text Example
White with #CBA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA875; }
p { color: rgb(203,168,117); }
H1.HeaderClassName
{
color: #CBA875;
}
.AnyTagClassName
{
color: #CBA875;
}
</style>
background-color css
<style>
a { background-color: #CBA875; }
a { background-color: rgb(203,168,117); }
div.DivClassName
{
background-color: #CBA875;
}
.BgClassName
{
background-color: #CBA875;
}
</style>
border-color css
<style>
span { border-color: #CBA875; }
span { border-color: rgb(203,168,117); }
td.TdClassName
{
border-color: #CBA875;
}
.TagClassName
{
border-color: #CBA875;
}
</style>