Shades of Cold Turkey #CBBBB7
Tints of Cold Turkey #CBBBB7
RGB
CMYK
RGB Variations
Color information
#CBBBB7 (or 0xCBBBB7) is known color: Cold Turkey. HEX triplet: CB, BB and B7. RGB value is (203,187,183). Sum of RGB (Red+Green+Blue) = 203+187+183=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBB7 is #344448. Grayscale: #BFBFBF. Windows color (decimal): -3425353 or 12041163. OLE color: 12041163.
HSL color Cylindrical-coordinate representation of color #CBBBB7: hue angle of 12º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBBBB7 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 183 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.20 |
| HSL | 12º | 0.16% | 0.76% | - |
| HSV(B) | 12º | 0.1% | 0.8% | - |
| XYZ | 50.95 | 51.66 | 52.09 | - |
| YUV | 191.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 183 | 0 | 0.08 | 0.10 | 0.20 | 12 | 0.16 | 0.76 |
| Hex | CB | BB | B7 | 0 | 8 | A | 14 | C | 10 | 4C |
| Octal | 313 | 273 | 267 | 0 | 10 | 12 | 24 | 14 | 20 | 114 |
| Binary | 11001011 | 10111011 | 10110111 | 0 | 1000 | 1010 | 10100 | 1100 | 10000 | 1001100 |
Color Harmonies of #CBBBB7
Complementary color
Monochromatic Colors of #CBBBB7
Black with #CBBBB7
Text Example
Text Example
White with #CBBBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBB7; }
p { color: rgb(203,187,183); }
H1.HeaderClassName
{
color: #CBBBB7;
}
.AnyTagClassName
{
color: #CBBBB7;
}
</style>
background-color css
<style>
a { background-color: #CBBBB7; }
a { background-color: rgb(203,187,183); }
div.DivClassName
{
background-color: #CBBBB7;
}
.BgClassName
{
background-color: #CBBBB7;
}
</style>
border-color css
<style>
span { border-color: #CBBBB7; }
span { border-color: rgb(203,187,183); }
td.TdClassName
{
border-color: #CBBBB7;
}
.TagClassName
{
border-color: #CBBBB7;
}
</style>