Shades of Putty #CBA778
Tints of Putty #CBA778
RGB
CMYK
RGB Variations
Color information
#CBA778 (or 0xCBA778) is known color: Putty. HEX triplet: CB, A7 and 78. RGB value is (203,167,120). Sum of RGB (Red+Green+Blue) = 203+167+120=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA778 is #345887. Grayscale: #ACACAC. Windows color (decimal): -3430536 or 7907275. OLE color: 7907275.
HSL color Cylindrical-coordinate representation of color #CBA778: hue angle of 33.98º 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 #CBA778 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 120 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.20 |
| HSL | 33.98º | 0.44% | 0.63% | - |
| HSV(B) | 33.98º | 0.41% | 0.8% | - |
| XYZ | 41.84 | 41.69 | 23.61 | - |
| YUV | 172.41 | 98.43 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 120 | 0 | 0.18 | 0.41 | 0.20 | 33.98 | 0.44 | 0.63 |
| Hex | CB | A7 | 78 | 0 | 12 | 29 | 14 | 22 | 2C | 3F |
| Octal | 313 | 247 | 170 | 0 | 22 | 51 | 24 | 42 | 54 | 77 |
| Binary | 11001011 | 10100111 | 1111000 | 0 | 10010 | 101001 | 10100 | 100010 | 101100 | 111111 |
Color Harmonies of #CBA778
Complementary color
Monochromatic Colors of #CBA778
Black with #CBA778
Text Example
Text Example
White with #CBA778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA778; }
p { color: rgb(203,167,120); }
H1.HeaderClassName
{
color: #CBA778;
}
.AnyTagClassName
{
color: #CBA778;
}
</style>
background-color css
<style>
a { background-color: #CBA778; }
a { background-color: rgb(203,167,120); }
div.DivClassName
{
background-color: #CBA778;
}
.BgClassName
{
background-color: #CBA778;
}
</style>
border-color css
<style>
span { border-color: #CBA778; }
span { border-color: rgb(203,167,120); }
td.TdClassName
{
border-color: #CBA778;
}
.TagClassName
{
border-color: #CBA778;
}
</style>