Shades of Putty #CBAC78
Tints of Putty #CBAC78
RGB
CMYK
RGB Variations
Color information
#CBAC78 (or 0xCBAC78) is known color: Putty. HEX triplet: CB, AC and 78. RGB value is (203,172,120). Sum of RGB (Red+Green+Blue) = 203+172+120=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC78 is #345387. Grayscale: #AFAFAF. Windows color (decimal): -3429256 or 7908555. OLE color: 7908555.
HSL color Cylindrical-coordinate representation of color #CBAC78: hue angle of 37.59º 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 #CBAC78 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 120 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.20 |
| HSL | 37.59º | 0.44% | 0.63% | - |
| HSV(B) | 37.59º | 0.41% | 0.8% | - |
| XYZ | 42.77 | 43.56 | 23.92 | - |
| YUV | 175.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 120 | 0 | 0.15 | 0.41 | 0.20 | 37.59 | 0.44 | 0.63 |
| Hex | CB | AC | 78 | 0 | F | 29 | 14 | 26 | 2C | 3F |
| Octal | 313 | 254 | 170 | 0 | 17 | 51 | 24 | 46 | 54 | 77 |
| Binary | 11001011 | 10101100 | 1111000 | 0 | 1111 | 101001 | 10100 | 100110 | 101100 | 111111 |
Color Harmonies of #CBAC78
Complementary color
Monochromatic Colors of #CBAC78
Black with #CBAC78
Text Example
Text Example
White with #CBAC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAC78; }
p { color: rgb(203,172,120); }
H1.HeaderClassName
{
color: #CBAC78;
}
.AnyTagClassName
{
color: #CBAC78;
}
</style>
background-color css
<style>
a { background-color: #CBAC78; }
a { background-color: rgb(203,172,120); }
div.DivClassName
{
background-color: #CBAC78;
}
.BgClassName
{
background-color: #CBAC78;
}
</style>
border-color css
<style>
span { border-color: #CBAC78; }
span { border-color: rgb(203,172,120); }
td.TdClassName
{
border-color: #CBAC78;
}
.TagClassName
{
border-color: #CBAC78;
}
</style>