Shades of Putty #CBAB78
Tints of Putty #CBAB78
RGB
CMYK
RGB Variations
Color information
#CBAB78 (or 0xCBAB78) is known color: Putty. HEX triplet: CB, AB and 78. RGB value is (203,171,120). Sum of RGB (Red+Green+Blue) = 203+171+120=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB78 is #345487. Grayscale: #AEAEAE. Windows color (decimal): -3429512 or 7908299. OLE color: 7908299.
HSL color Cylindrical-coordinate representation of color #CBAB78: hue angle of 36.87º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBAB78 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 120 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.20 |
| HSL | 36.87º | 0.44% | 0.63% | - |
| HSV(B) | 36.87º | 0.41% | 0.8% | - |
| XYZ | 42.58 | 43.18 | 23.86 | - |
| YUV | 174.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 120 | 0 | 0.16 | 0.41 | 0.20 | 36.87 | 0.44 | 0.63 |
| Hex | CB | AB | 78 | 0 | 10 | 29 | 14 | 25 | 2C | 3F |
| Octal | 313 | 253 | 170 | 0 | 20 | 51 | 24 | 45 | 54 | 77 |
| Binary | 11001011 | 10101011 | 1111000 | 0 | 10000 | 101001 | 10100 | 100101 | 101100 | 111111 |
Color Harmonies of #CBAB78
Complementary color
Monochromatic Colors of #CBAB78
Black with #CBAB78
Text Example
Text Example
White with #CBAB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB78; }
p { color: rgb(203,171,120); }
H1.HeaderClassName
{
color: #CBAB78;
}
.AnyTagClassName
{
color: #CBAB78;
}
</style>
background-color css
<style>
a { background-color: #CBAB78; }
a { background-color: rgb(203,171,120); }
div.DivClassName
{
background-color: #CBAB78;
}
.BgClassName
{
background-color: #CBAB78;
}
</style>
border-color css
<style>
span { border-color: #CBAB78; }
span { border-color: rgb(203,171,120); }
td.TdClassName
{
border-color: #CBAB78;
}
.TagClassName
{
border-color: #CBAB78;
}
</style>