Shades of Cold Turkey #CBBCBB
Tints of Cold Turkey #CBBCBB
RGB
CMYK
RGB Variations
Color information
#CBBCBB (or 0xCBBCBB) is known color: Cold Turkey. HEX triplet: CB, BC and BB. RGB value is (203,188,187). Sum of RGB (Red+Green+Blue) = 203+188+187=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCBB is #344344. Grayscale: #C0C0C0. Windows color (decimal): -3425093 or 12303563. OLE color: 12303563.
HSL color Cylindrical-coordinate representation of color #CBBCBB: hue angle of 3.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBBCBB is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 187 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.20 |
| HSL | 3.75º | 0.13% | 0.76% | - |
| HSV(B) | 3.75º | 0.08% | 0.8% | - |
| XYZ | 51.58 | 52.25 | 54.38 | - |
| YUV | 192.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 187 | 0 | 0.07 | 0.08 | 0.20 | 3.75 | 0.13 | 0.76 |
| Hex | CB | BC | BB | 0 | 7 | 8 | 14 | 4 | D | 4C |
| Octal | 313 | 274 | 273 | 0 | 7 | 10 | 24 | 4 | 15 | 114 |
| Binary | 11001011 | 10111100 | 10111011 | 0 | 111 | 1000 | 10100 | 100 | 1101 | 1001100 |
Color Harmonies of #CBBCBB
Complementary color
Monochromatic Colors of #CBBCBB
Black with #CBBCBB
Text Example
Text Example
White with #CBBCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCBB; }
p { color: rgb(203,188,187); }
H1.HeaderClassName
{
color: #CBBCBB;
}
.AnyTagClassName
{
color: #CBBCBB;
}
</style>
background-color css
<style>
a { background-color: #CBBCBB; }
a { background-color: rgb(203,188,187); }
div.DivClassName
{
background-color: #CBBCBB;
}
.BgClassName
{
background-color: #CBBCBB;
}
</style>
border-color css
<style>
span { border-color: #CBBCBB; }
span { border-color: rgb(203,188,187); }
td.TdClassName
{
border-color: #CBBCBB;
}
.TagClassName
{
border-color: #CBBCBB;
}
</style>