Shades of Cold Turkey #CCBABA
Tints of Cold Turkey #CCBABA
RGB
CMYK
RGB Variations
Color information
#CCBABA (or 0xCCBABA) is known color: Cold Turkey. HEX triplet: CC, BA and BA. RGB value is (204,186,186). Sum of RGB (Red+Green+Blue) = 204+186+186=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBABA is #334545. Grayscale: #BFBFBF. Windows color (decimal): -3360070 or 12237516. OLE color: 12237516.
HSL color Cylindrical-coordinate representation of color #CCBABA: hue angle of 0º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBABA is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 186 | 186 | - |
CMYK | 0 | 0.09 | 0.09 | 0.2 |
HSL | 0º | 0.15% | 0.76% | - |
HSV(B) | 0º | 0.09% | 0.8% | - |
XYZ | 51.32 | 51.5 | 53.69 | - |
YUV | 191.38 | 124.96 | 137 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 186 | 186 | 0 | 0.09 | 0.09 | 0.2 | 0 | 0.15 | 0.76 |
Hex | CC | BA | BA | 0 | 9 | 9 | 14 | 0 | F | 4C |
Octal | 314 | 272 | 272 | 0 | 11 | 11 | 24 | 0 | 17 | 114 |
Binary | 11001100 | 10111010 | 10111010 | 0 | 1001 | 1001 | 10100 | 0 | 1111 | 1001100 |
Color Harmonies of #CCBABA
Complementary color
Monochromatic Colors of #CCBABA
Black with #CCBABA
Text Example
Text Example
White with #CCBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBABA; }
p { color: rgb(204,186,186); }
H1.HeaderClassName
{
color: #CCBABA;
}
.AnyTagClassName
{
color: #CCBABA;
}
</style>
background-color css
<style>
a { background-color: #CCBABA; }
a { background-color: rgb(204,186,186); }
div.DivClassName
{
background-color: #CCBABA;
}
.BgClassName
{
background-color: #CCBABA;
}
</style>
border-color css
<style>
span { border-color: #CCBABA; }
span { border-color: rgb(204,186,186); }
td.TdClassName
{
border-color: #CCBABA;
}
.TagClassName
{
border-color: #CCBABA;
}
</style>