Shades of Cold Turkey #CBBDBB
Tints of Cold Turkey #CBBDBB
RGB
CMYK
RGB Variations
Color information
#CBBDBB (or 0xCBBDBB) is known color: Cold Turkey. HEX triplet: CB, BD and BB. RGB value is (203,189,187). Sum of RGB (Red+Green+Blue) = 203+189+187=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDBB is #344244. Grayscale: #C0C0C0. Windows color (decimal): -3424837 or 12303819. OLE color: 12303819.
HSL color Cylindrical-coordinate representation of color #CBBDBB: hue angle of 7.5º 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 #CBBDBB is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 187 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.20 |
| HSL | 7.5º | 0.13% | 0.76% | - |
| HSV(B) | 7.5º | 0.08% | 0.8% | - |
| XYZ | 51.8 | 52.68 | 54.45 | - |
| YUV | 192.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 187 | 0 | 0.07 | 0.08 | 0.20 | 7.5 | 0.13 | 0.76 |
| Hex | CB | BD | BB | 0 | 7 | 8 | 14 | 8 | D | 4C |
| Octal | 313 | 275 | 273 | 0 | 7 | 10 | 24 | 10 | 15 | 114 |
| Binary | 11001011 | 10111101 | 10111011 | 0 | 111 | 1000 | 10100 | 1000 | 1101 | 1001100 |
Color Harmonies of #CBBDBB
Complementary color
Monochromatic Colors of #CBBDBB
Black with #CBBDBB
Text Example
Text Example
White with #CBBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDBB; }
p { color: rgb(203,189,187); }
H1.HeaderClassName
{
color: #CBBDBB;
}
.AnyTagClassName
{
color: #CBBDBB;
}
</style>
background-color css
<style>
a { background-color: #CBBDBB; }
a { background-color: rgb(203,189,187); }
div.DivClassName
{
background-color: #CBBDBB;
}
.BgClassName
{
background-color: #CBBDBB;
}
</style>
border-color css
<style>
span { border-color: #CBBDBB; }
span { border-color: rgb(203,189,187); }
td.TdClassName
{
border-color: #CBBDBB;
}
.TagClassName
{
border-color: #CBBDBB;
}
</style>