Shades of Cold Turkey #CCBCB8
Tints of Cold Turkey #CCBCB8
RGB
CMYK
RGB Variations
Color information
#CCBCB8 (or 0xCCBCB8) is known color: Cold Turkey. HEX triplet: CC, BC and B8. RGB value is (204,188,184). Sum of RGB (Red+Green+Blue) = 204+188+184=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCB8 is #334347. Grayscale: #C0C0C0. Windows color (decimal): -3359560 or 12106956. OLE color: 12106956.
HSL color Cylindrical-coordinate representation of color #CCBCB8: 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 #CCBCB8 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 184 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.2 |
| HSL | 12º | 0.16% | 0.76% | - |
| HSV(B) | 12º | 0.1% | 0.8% | - |
| XYZ | 51.54 | 52.26 | 52.72 | - |
| YUV | 192.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 184 | 0 | 0.08 | 0.10 | 0.2 | 12 | 0.16 | 0.76 |
| Hex | CC | BC | B8 | 0 | 8 | A | 14 | C | 10 | 4C |
| Octal | 314 | 274 | 270 | 0 | 10 | 12 | 24 | 14 | 20 | 114 |
| Binary | 11001100 | 10111100 | 10111000 | 0 | 1000 | 1010 | 10100 | 1100 | 10000 | 1001100 |
Color Harmonies of #CCBCB8
Complementary color
Monochromatic Colors of #CCBCB8
Black with #CCBCB8
Text Example
Text Example
White with #CCBCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCB8; }
p { color: rgb(204,188,184); }
H1.HeaderClassName
{
color: #CCBCB8;
}
.AnyTagClassName
{
color: #CCBCB8;
}
</style>
background-color css
<style>
a { background-color: #CCBCB8; }
a { background-color: rgb(204,188,184); }
div.DivClassName
{
background-color: #CCBCB8;
}
.BgClassName
{
background-color: #CCBCB8;
}
</style>
border-color css
<style>
span { border-color: #CCBCB8; }
span { border-color: rgb(204,188,184); }
td.TdClassName
{
border-color: #CCBCB8;
}
.TagClassName
{
border-color: #CCBCB8;
}
</style>