Shades of Cold Turkey #C8BAB7
Tints of Cold Turkey #C8BAB7
RGB
CMYK
RGB Variations
Color information
#C8BAB7 (or 0xC8BAB7) is known color: Cold Turkey. HEX triplet: C8, BA and B7. RGB value is (200,186,183). Sum of RGB (Red+Green+Blue) = 200+186+183=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAB7 is #374548. Grayscale: #BDBDBD. Windows color (decimal): -3622217 or 12040904. OLE color: 12040904.
HSL color Cylindrical-coordinate representation of color #C8BAB7: hue angle of 10.59º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8BAB7 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 186 | 183 | - |
CMYK | 0 | 0.07 | 0.08 | 0.22 |
HSL | 10.59º | 0.13% | 0.75% | - |
HSV(B) | 10.59º | 0.08% | 0.78% | - |
XYZ | 49.93 | 50.82 | 51.98 | - |
YUV | 189.84 | 124.14 | 135.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 186 | 183 | 0 | 0.07 | 0.08 | 0.22 | 10.59 | 0.13 | 0.75 |
Hex | C8 | BA | B7 | 0 | 7 | 8 | 16 | B | D | 4B |
Octal | 310 | 272 | 267 | 0 | 7 | 10 | 26 | 13 | 15 | 113 |
Binary | 11001000 | 10111010 | 10110111 | 0 | 111 | 1000 | 10110 | 1011 | 1101 | 1001011 |
Color Harmonies of #C8BAB7
Complementary color
Monochromatic Colors of #C8BAB7
Black with #C8BAB7
Text Example
Text Example
White with #C8BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAB7; }
p { color: rgb(200,186,183); }
H1.HeaderClassName
{
color: #C8BAB7;
}
.AnyTagClassName
{
color: #C8BAB7;
}
</style>
background-color css
<style>
a { background-color: #C8BAB7; }
a { background-color: rgb(200,186,183); }
div.DivClassName
{
background-color: #C8BAB7;
}
.BgClassName
{
background-color: #C8BAB7;
}
</style>
border-color css
<style>
span { border-color: #C8BAB7; }
span { border-color: rgb(200,186,183); }
td.TdClassName
{
border-color: #C8BAB7;
}
.TagClassName
{
border-color: #C8BAB7;
}
</style>