Shades of Putty #CBB076
Tints of Putty #CBB076
RGB
CMYK
RGB Variations
Color information
#CBB076 (or 0xCBB076) is known color: Putty. HEX triplet: CB, B0 and 76. RGB value is (203,176,118). Sum of RGB (Red+Green+Blue) = 203+176+118=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB076 is #344F89. Grayscale: #B1B1B1. Windows color (decimal): -3428234 or 7778507. OLE color: 7778507.
HSL color Cylindrical-coordinate representation of color #CBB076: hue angle of 40.94º 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 #CBB076 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 118 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.20 |
| HSL | 40.94º | 0.45% | 0.63% | - |
| HSV(B) | 40.94º | 0.42% | 0.8% | - |
| XYZ | 43.42 | 45.06 | 23.55 | - |
| YUV | 177.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 118 | 0 | 0.13 | 0.42 | 0.20 | 40.94 | 0.45 | 0.63 |
| Hex | CB | B0 | 76 | 0 | D | 2A | 14 | 29 | 2D | 3F |
| Octal | 313 | 260 | 166 | 0 | 15 | 52 | 24 | 51 | 55 | 77 |
| Binary | 11001011 | 10110000 | 1110110 | 0 | 1101 | 101010 | 10100 | 101001 | 101101 | 111111 |
Color Harmonies of #CBB076
Complementary color
Monochromatic Colors of #CBB076
Black with #CBB076
Text Example
Text Example
White with #CBB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB076; }
p { color: rgb(203,176,118); }
H1.HeaderClassName
{
color: #CBB076;
}
.AnyTagClassName
{
color: #CBB076;
}
</style>
background-color css
<style>
a { background-color: #CBB076; }
a { background-color: rgb(203,176,118); }
div.DivClassName
{
background-color: #CBB076;
}
.BgClassName
{
background-color: #CBB076;
}
</style>
border-color css
<style>
span { border-color: #CBB076; }
span { border-color: rgb(203,176,118); }
td.TdClassName
{
border-color: #CBB076;
}
.TagClassName
{
border-color: #CBB076;
}
</style>