Shades of Cold Turkey #C8AFAD
Tints of Cold Turkey #C8AFAD
RGB
CMYK
RGB Variations
Color information
#C8AFAD (or 0xC8AFAD) is known color: Cold Turkey. HEX triplet: C8, AF and AD. RGB value is (200,175,173). Sum of RGB (Red+Green+Blue) = 200+175+173=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AFAD is #375052. Grayscale: #B6B6B6. Windows color (decimal): -3625043 or 11382728. OLE color: 11382728.
HSL color Cylindrical-coordinate representation of color #C8AFAD: hue angle of 4.44º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8AFAD is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 173 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.22 |
| HSL | 4.44º | 0.2% | 0.73% | - |
| HSV(B) | 4.44º | 0.14% | 0.78% | - |
| XYZ | 46.69 | 45.96 | 45.94 | - |
| YUV | 182.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 173 | 0 | 0.12 | 0.14 | 0.22 | 4.44 | 0.2 | 0.73 |
| Hex | C8 | AF | AD | 0 | C | E | 16 | 4 | 14 | 49 |
| Octal | 310 | 257 | 255 | 0 | 14 | 16 | 26 | 4 | 24 | 111 |
| Binary | 11001000 | 10101111 | 10101101 | 0 | 1100 | 1110 | 10110 | 100 | 10100 | 1001001 |
Color Harmonies of #C8AFAD
Complementary color
Monochromatic Colors of #C8AFAD
Black with #C8AFAD
Text Example
Text Example
White with #C8AFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFAD; }
p { color: rgb(200,175,173); }
H1.HeaderClassName
{
color: #C8AFAD;
}
.AnyTagClassName
{
color: #C8AFAD;
}
</style>
background-color css
<style>
a { background-color: #C8AFAD; }
a { background-color: rgb(200,175,173); }
div.DivClassName
{
background-color: #C8AFAD;
}
.BgClassName
{
background-color: #C8AFAD;
}
</style>
border-color css
<style>
span { border-color: #C8AFAD; }
span { border-color: rgb(200,175,173); }
td.TdClassName
{
border-color: #C8AFAD;
}
.TagClassName
{
border-color: #C8AFAD;
}
</style>