Shades of Cold Turkey #CBBCBA
Tints of Cold Turkey #CBBCBA
RGB
CMYK
RGB Variations
Color information
#CBBCBA (or 0xCBBCBA) is known color: Cold Turkey. HEX triplet: CB, BC and BA. RGB value is (203,188,186). Sum of RGB (Red+Green+Blue) = 203+188+186=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCBA is #344345. Grayscale: #C0C0C0. Windows color (decimal): -3425094 or 12238027. OLE color: 12238027.
HSL color Cylindrical-coordinate representation of color #CBBCBA: hue angle of 7.06º degrees, saturation: 0.14, 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 #CBBCBA is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 186 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.20 |
| HSL | 7.06º | 0.14% | 0.76% | - |
| HSV(B) | 7.06º | 0.08% | 0.8% | - |
| XYZ | 51.47 | 52.21 | 53.82 | - |
| YUV | 192.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 186 | 0 | 0.07 | 0.08 | 0.20 | 7.06 | 0.14 | 0.76 |
| Hex | CB | BC | BA | 0 | 7 | 8 | 14 | 7 | E | 4C |
| Octal | 313 | 274 | 272 | 0 | 7 | 10 | 24 | 7 | 16 | 114 |
| Binary | 11001011 | 10111100 | 10111010 | 0 | 111 | 1000 | 10100 | 111 | 1110 | 1001100 |
Color Harmonies of #CBBCBA
Complementary color
Monochromatic Colors of #CBBCBA
Black with #CBBCBA
Text Example
Text Example
White with #CBBCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCBA; }
p { color: rgb(203,188,186); }
H1.HeaderClassName
{
color: #CBBCBA;
}
.AnyTagClassName
{
color: #CBBCBA;
}
</style>
background-color css
<style>
a { background-color: #CBBCBA; }
a { background-color: rgb(203,188,186); }
div.DivClassName
{
background-color: #CBBCBA;
}
.BgClassName
{
background-color: #CBBCBA;
}
</style>
border-color css
<style>
span { border-color: #CBBCBA; }
span { border-color: rgb(203,188,186); }
td.TdClassName
{
border-color: #CBBCBA;
}
.TagClassName
{
border-color: #CBBCBA;
}
</style>