Shades of Putty #CBAA76
Tints of Putty #CBAA76
RGB
CMYK
RGB Variations
Color information
#CBAA76 (or 0xCBAA76) is known color: Putty. HEX triplet: CB, AA and 76. RGB value is (203,170,118). Sum of RGB (Red+Green+Blue) = 203+170+118=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA76 is #345589. Grayscale: #AEAEAE. Windows color (decimal): -3429770 or 7776971. OLE color: 7776971.
HSL color Cylindrical-coordinate representation of color #CBAA76: hue angle of 36.71º 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 #CBAA76 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 118 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.20 |
| HSL | 36.71º | 0.45% | 0.63% | - |
| HSV(B) | 36.71º | 0.42% | 0.8% | - |
| XYZ | 42.27 | 42.75 | 23.16 | - |
| YUV | 173.94 | 96.43 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 118 | 0 | 0.16 | 0.42 | 0.20 | 36.71 | 0.45 | 0.63 |
| Hex | CB | AA | 76 | 0 | 10 | 2A | 14 | 25 | 2D | 3F |
| Octal | 313 | 252 | 166 | 0 | 20 | 52 | 24 | 45 | 55 | 77 |
| Binary | 11001011 | 10101010 | 1110110 | 0 | 10000 | 101010 | 10100 | 100101 | 101101 | 111111 |
Color Harmonies of #CBAA76
Complementary color
Monochromatic Colors of #CBAA76
Black with #CBAA76
Text Example
Text Example
White with #CBAA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAA76; }
p { color: rgb(203,170,118); }
H1.HeaderClassName
{
color: #CBAA76;
}
.AnyTagClassName
{
color: #CBAA76;
}
</style>
background-color css
<style>
a { background-color: #CBAA76; }
a { background-color: rgb(203,170,118); }
div.DivClassName
{
background-color: #CBAA76;
}
.BgClassName
{
background-color: #CBAA76;
}
</style>
border-color css
<style>
span { border-color: #CBAA76; }
span { border-color: rgb(203,170,118); }
td.TdClassName
{
border-color: #CBAA76;
}
.TagClassName
{
border-color: #CBAA76;
}
</style>