Shades of Cold Turkey #CCBAB9
Tints of Cold Turkey #CCBAB9
RGB
CMYK
RGB Variations
Color information
#CCBAB9 (or 0xCCBAB9) is known color: Cold Turkey. HEX triplet: CC, BA and B9. RGB value is (204,186,185). Sum of RGB (Red+Green+Blue) = 204+186+185=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAB9 is #334546. Grayscale: #BFBFBF. Windows color (decimal): -3360071 or 12171980. OLE color: 12171980.
HSL color Cylindrical-coordinate representation of color #CCBAB9: hue angle of 3.16º degrees, saturation: 0.16, 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 #CCBAB9 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 186 | 185 | - |
CMYK | 0 | 0.09 | 0.09 | 0.2 |
HSL | 3.16º | 0.16% | 0.76% | - |
HSV(B) | 3.16º | 0.09% | 0.8% | - |
XYZ | 51.22 | 51.46 | 53.13 | - |
YUV | 191.27 | 124.46 | 137.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 186 | 185 | 0 | 0.09 | 0.09 | 0.2 | 3.16 | 0.16 | 0.76 |
Hex | CC | BA | B9 | 0 | 9 | 9 | 14 | 3 | 10 | 4C |
Octal | 314 | 272 | 271 | 0 | 11 | 11 | 24 | 3 | 20 | 114 |
Binary | 11001100 | 10111010 | 10111001 | 0 | 1001 | 1001 | 10100 | 11 | 10000 | 1001100 |
Color Harmonies of #CCBAB9
Complementary color
Monochromatic Colors of #CCBAB9
Black with #CCBAB9
Text Example
Text Example
White with #CCBAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAB9; }
p { color: rgb(204,186,185); }
H1.HeaderClassName
{
color: #CCBAB9;
}
.AnyTagClassName
{
color: #CCBAB9;
}
</style>
background-color css
<style>
a { background-color: #CCBAB9; }
a { background-color: rgb(204,186,185); }
div.DivClassName
{
background-color: #CCBAB9;
}
.BgClassName
{
background-color: #CCBAB9;
}
</style>
border-color css
<style>
span { border-color: #CCBAB9; }
span { border-color: rgb(204,186,185); }
td.TdClassName
{
border-color: #CCBAB9;
}
.TagClassName
{
border-color: #CCBAB9;
}
</style>