Shades of Cold Turkey #CCBAB6
Tints of Cold Turkey #CCBAB6
RGB
CMYK
RGB Variations
Color information
#CCBAB6 (or 0xCCBAB6) is known color: Cold Turkey. HEX triplet: CC, BA and B6. RGB value is (204,186,182). Sum of RGB (Red+Green+Blue) = 204+186+182=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAB6 is #334549. Grayscale: #BEBEBE. Windows color (decimal): -3360074 or 11975372. OLE color: 11975372.
HSL color Cylindrical-coordinate representation of color #CCBAB6: hue angle of 10.91º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCBAB6 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 186 | 182 | - |
CMYK | 0 | 0.09 | 0.11 | 0.2 |
HSL | 10.91º | 0.18% | 0.76% | - |
HSV(B) | 10.91º | 0.11% | 0.8% | - |
XYZ | 50.9 | 51.33 | 51.48 | - |
YUV | 190.93 | 122.96 | 137.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 186 | 182 | 0 | 0.09 | 0.11 | 0.2 | 10.91 | 0.18 | 0.76 |
Hex | CC | BA | B6 | 0 | 9 | B | 14 | B | 12 | 4C |
Octal | 314 | 272 | 266 | 0 | 11 | 13 | 24 | 13 | 22 | 114 |
Binary | 11001100 | 10111010 | 10110110 | 0 | 1001 | 1011 | 10100 | 1011 | 10010 | 1001100 |
Color Harmonies of #CCBAB6
Complementary color
Monochromatic Colors of #CCBAB6
Black with #CCBAB6
Text Example
Text Example
White with #CCBAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAB6; }
p { color: rgb(204,186,182); }
H1.HeaderClassName
{
color: #CCBAB6;
}
.AnyTagClassName
{
color: #CCBAB6;
}
</style>
background-color css
<style>
a { background-color: #CCBAB6; }
a { background-color: rgb(204,186,182); }
div.DivClassName
{
background-color: #CCBAB6;
}
.BgClassName
{
background-color: #CCBAB6;
}
</style>
border-color css
<style>
span { border-color: #CCBAB6; }
span { border-color: rgb(204,186,182); }
td.TdClassName
{
border-color: #CCBAB6;
}
.TagClassName
{
border-color: #CCBAB6;
}
</style>