Shades of Cold Turkey #CCB3B3
Tints of Cold Turkey #CCB3B3
RGB
CMYK
RGB Variations
Color information
#CCB3B3 (or 0xCCB3B3) is known color: Cold Turkey. HEX triplet: CC, B3 and B3. RGB value is (204,179,179). Sum of RGB (Red+Green+Blue) = 204+179+179=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3B3 is #334C4C. Grayscale: #BABABA. Windows color (decimal): -3361869 or 11776972. OLE color: 11776972.
HSL color Cylindrical-coordinate representation of color #CCB3B3: hue angle of 0º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB3B3 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 179 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.2 |
| HSL | 0º | 0.2% | 0.75% | - |
| HSV(B) | 0º | 0.12% | 0.8% | - |
| XYZ | 49.16 | 48.33 | 49.39 | - |
| YUV | 186.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 179 | 0 | 0.12 | 0.12 | 0.2 | 0 | 0.2 | 0.75 |
| Hex | CC | B3 | B3 | 0 | C | C | 14 | 0 | 14 | 4B |
| Octal | 314 | 263 | 263 | 0 | 14 | 14 | 24 | 0 | 24 | 113 |
| Binary | 11001100 | 10110011 | 10110011 | 0 | 1100 | 1100 | 10100 | 0 | 10100 | 1001011 |
Color Harmonies of #CCB3B3
Complementary color
Monochromatic Colors of #CCB3B3
Black with #CCB3B3
Text Example
Text Example
White with #CCB3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3B3; }
p { color: rgb(204,179,179); }
H1.HeaderClassName
{
color: #CCB3B3;
}
.AnyTagClassName
{
color: #CCB3B3;
}
</style>
background-color css
<style>
a { background-color: #CCB3B3; }
a { background-color: rgb(204,179,179); }
div.DivClassName
{
background-color: #CCB3B3;
}
.BgClassName
{
background-color: #CCB3B3;
}
</style>
border-color css
<style>
span { border-color: #CCB3B3; }
span { border-color: rgb(204,179,179); }
td.TdClassName
{
border-color: #CCB3B3;
}
.TagClassName
{
border-color: #CCB3B3;
}
</style>