Shades of Cold Turkey #C8AEAA
Tints of Cold Turkey #C8AEAA
RGB
CMYK
RGB Variations
Color information
#C8AEAA (or 0xC8AEAA) is known color: Cold Turkey. HEX triplet: C8, AE and AA. RGB value is (200,174,170). Sum of RGB (Red+Green+Blue) = 200+174+170=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AEAA is #375155. Grayscale: #B5B5B5. Windows color (decimal): -3625302 or 11185864. OLE color: 11185864.
HSL color Cylindrical-coordinate representation of color #C8AEAA: hue angle of 8º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AEAA is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 170 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.22 |
| HSL | 8º | 0.21% | 0.73% | - |
| HSV(B) | 8º | 0.15% | 0.78% | - |
| XYZ | 46.21 | 45.45 | 44.37 | - |
| YUV | 181.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 170 | 0 | 0.13 | 0.15 | 0.22 | 8 | 0.21 | 0.73 |
| Hex | C8 | AE | AA | 0 | D | F | 16 | 8 | 15 | 49 |
| Octal | 310 | 256 | 252 | 0 | 15 | 17 | 26 | 10 | 25 | 111 |
| Binary | 11001000 | 10101110 | 10101010 | 0 | 1101 | 1111 | 10110 | 1000 | 10101 | 1001001 |
Color Harmonies of #C8AEAA
Complementary color
Monochromatic Colors of #C8AEAA
Black with #C8AEAA
Text Example
Text Example
White with #C8AEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEAA; }
p { color: rgb(200,174,170); }
H1.HeaderClassName
{
color: #C8AEAA;
}
.AnyTagClassName
{
color: #C8AEAA;
}
</style>
background-color css
<style>
a { background-color: #C8AEAA; }
a { background-color: rgb(200,174,170); }
div.DivClassName
{
background-color: #C8AEAA;
}
.BgClassName
{
background-color: #C8AEAA;
}
</style>
border-color css
<style>
span { border-color: #C8AEAA; }
span { border-color: rgb(200,174,170); }
td.TdClassName
{
border-color: #C8AEAA;
}
.TagClassName
{
border-color: #C8AEAA;
}
</style>