Shades of Putty #CBA777
Tints of Putty #CBA777
RGB
CMYK
RGB Variations
Color information
#CBA777 (or 0xCBA777) is known color: Putty. HEX triplet: CB, A7 and 77. RGB value is (203,167,119). Sum of RGB (Red+Green+Blue) = 203+167+119=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA777 is #345888. Grayscale: #ACACAC. Windows color (decimal): -3430537 or 7841739. OLE color: 7841739.
HSL color Cylindrical-coordinate representation of color #CBA777: hue angle of 34.29º degrees, saturation: 0.45, 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 #CBA777 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 119 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.20 |
| HSL | 34.29º | 0.45% | 0.63% | - |
| HSV(B) | 34.29º | 0.41% | 0.8% | - |
| XYZ | 41.78 | 41.67 | 23.29 | - |
| YUV | 172.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 119 | 0 | 0.18 | 0.41 | 0.20 | 34.29 | 0.45 | 0.63 |
| Hex | CB | A7 | 77 | 0 | 12 | 29 | 14 | 22 | 2D | 3F |
| Octal | 313 | 247 | 167 | 0 | 22 | 51 | 24 | 42 | 55 | 77 |
| Binary | 11001011 | 10100111 | 1110111 | 0 | 10010 | 101001 | 10100 | 100010 | 101101 | 111111 |
Color Harmonies of #CBA777
Complementary color
Monochromatic Colors of #CBA777
Black with #CBA777
Text Example
Text Example
White with #CBA777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA777; }
p { color: rgb(203,167,119); }
H1.HeaderClassName
{
color: #CBA777;
}
.AnyTagClassName
{
color: #CBA777;
}
</style>
background-color css
<style>
a { background-color: #CBA777; }
a { background-color: rgb(203,167,119); }
div.DivClassName
{
background-color: #CBA777;
}
.BgClassName
{
background-color: #CBA777;
}
</style>
border-color css
<style>
span { border-color: #CBA777; }
span { border-color: rgb(203,167,119); }
td.TdClassName
{
border-color: #CBA777;
}
.TagClassName
{
border-color: #CBA777;
}
</style>