Shades of Cold Turkey #C8AFAC
Tints of Cold Turkey #C8AFAC
RGB
CMYK
RGB Variations
Color information
#C8AFAC (or 0xC8AFAC) is known color: Cold Turkey. HEX triplet: C8, AF and AC. RGB value is (200,175,172). Sum of RGB (Red+Green+Blue) = 200+175+172=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AFAC is #375053. Grayscale: #B6B6B6. Windows color (decimal): -3625044 or 11317192. OLE color: 11317192.
HSL color Cylindrical-coordinate representation of color #C8AFAC: hue angle of 6.43º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8AFAC is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 172 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.22 |
| HSL | 6.43º | 0.2% | 0.73% | - |
| HSV(B) | 6.43º | 0.14% | 0.78% | - |
| XYZ | 46.6 | 45.92 | 45.44 | - |
| YUV | 182.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 172 | 0 | 0.12 | 0.14 | 0.22 | 6.43 | 0.2 | 0.73 |
| Hex | C8 | AF | AC | 0 | C | E | 16 | 6 | 14 | 49 |
| Octal | 310 | 257 | 254 | 0 | 14 | 16 | 26 | 6 | 24 | 111 |
| Binary | 11001000 | 10101111 | 10101100 | 0 | 1100 | 1110 | 10110 | 110 | 10100 | 1001001 |
Color Harmonies of #C8AFAC
Complementary color
Monochromatic Colors of #C8AFAC
Black with #C8AFAC
Text Example
Text Example
White with #C8AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFAC; }
p { color: rgb(200,175,172); }
H1.HeaderClassName
{
color: #C8AFAC;
}
.AnyTagClassName
{
color: #C8AFAC;
}
</style>
background-color css
<style>
a { background-color: #C8AFAC; }
a { background-color: rgb(200,175,172); }
div.DivClassName
{
background-color: #C8AFAC;
}
.BgClassName
{
background-color: #C8AFAC;
}
</style>
border-color css
<style>
span { border-color: #C8AFAC; }
span { border-color: rgb(200,175,172); }
td.TdClassName
{
border-color: #C8AFAC;
}
.TagClassName
{
border-color: #C8AFAC;
}
</style>