Shades of Cold Turkey #C6AFAB
Tints of Cold Turkey #C6AFAB
RGB
CMYK
RGB Variations
Color information
#C6AFAB (or 0xC6AFAB) is known color: Cold Turkey. HEX triplet: C6, AF and AB. RGB value is (198,175,171). Sum of RGB (Red+Green+Blue) = 198+175+171=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AFAB is #395054. Grayscale: #B5B5B5. Windows color (decimal): -3756117 or 11251654. OLE color: 11251654.
HSL color Cylindrical-coordinate representation of color #C6AFAB: hue angle of 8.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6AFAB is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 171 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.22 |
| HSL | 8.89º | 0.19% | 0.72% | - |
| HSV(B) | 8.89º | 0.14% | 0.78% | - |
| XYZ | 45.97 | 45.61 | 44.91 | - |
| YUV | 181.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 171 | 0 | 0.12 | 0.14 | 0.22 | 8.89 | 0.19 | 0.72 |
| Hex | C6 | AF | AB | 0 | C | E | 16 | 9 | 13 | 48 |
| Octal | 306 | 257 | 253 | 0 | 14 | 16 | 26 | 11 | 23 | 110 |
| Binary | 11000110 | 10101111 | 10101011 | 0 | 1100 | 1110 | 10110 | 1001 | 10011 | 1001000 |
Color Harmonies of #C6AFAB
Complementary color
Monochromatic Colors of #C6AFAB
Black with #C6AFAB
Text Example
Text Example
White with #C6AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFAB; }
p { color: rgb(198,175,171); }
H1.HeaderClassName
{
color: #C6AFAB;
}
.AnyTagClassName
{
color: #C6AFAB;
}
</style>
background-color css
<style>
a { background-color: #C6AFAB; }
a { background-color: rgb(198,175,171); }
div.DivClassName
{
background-color: #C6AFAB;
}
.BgClassName
{
background-color: #C6AFAB;
}
</style>
border-color css
<style>
span { border-color: #C6AFAB; }
span { border-color: rgb(198,175,171); }
td.TdClassName
{
border-color: #C6AFAB;
}
.TagClassName
{
border-color: #C6AFAB;
}
</style>