Shades of Putty #CBB276
Tints of Putty #CBB276
RGB
CMYK
RGB Variations
Color information
#CBB276 (or 0xCBB276) is known color: Putty. HEX triplet: CB, B2 and 76. RGB value is (203,178,118). Sum of RGB (Red+Green+Blue) = 203+178+118=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB276 is #344D89. Grayscale: #B2B2B2. Windows color (decimal): -3427722 or 7779019. OLE color: 7779019.
HSL color Cylindrical-coordinate representation of color #CBB276: hue angle of 42.35º 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 #CBB276 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 118 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.20 |
| HSL | 42.35º | 0.45% | 0.63% | - |
| HSV(B) | 42.35º | 0.42% | 0.8% | - |
| XYZ | 43.82 | 45.85 | 23.68 | - |
| YUV | 178.64 | 93.78 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 118 | 0 | 0.12 | 0.42 | 0.20 | 42.35 | 0.45 | 0.63 |
| Hex | CB | B2 | 76 | 0 | C | 2A | 14 | 2A | 2D | 3F |
| Octal | 313 | 262 | 166 | 0 | 14 | 52 | 24 | 52 | 55 | 77 |
| Binary | 11001011 | 10110010 | 1110110 | 0 | 1100 | 101010 | 10100 | 101010 | 101101 | 111111 |
Color Harmonies of #CBB276
Complementary color
Monochromatic Colors of #CBB276
Black with #CBB276
Text Example
Text Example
White with #CBB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB276; }
p { color: rgb(203,178,118); }
H1.HeaderClassName
{
color: #CBB276;
}
.AnyTagClassName
{
color: #CBB276;
}
</style>
background-color css
<style>
a { background-color: #CBB276; }
a { background-color: rgb(203,178,118); }
div.DivClassName
{
background-color: #CBB276;
}
.BgClassName
{
background-color: #CBB276;
}
</style>
border-color css
<style>
span { border-color: #CBB276; }
span { border-color: rgb(203,178,118); }
td.TdClassName
{
border-color: #CBB276;
}
.TagClassName
{
border-color: #CBB276;
}
</style>