Shades of Cold Turkey #C6AFAC
Tints of Cold Turkey #C6AFAC
RGB
CMYK
RGB Variations
Color information
#C6AFAC (or 0xC6AFAC) is known color: Cold Turkey. HEX triplet: C6, AF and AC. RGB value is (198,175,172). Sum of RGB (Red+Green+Blue) = 198+175+172=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AFAC is #395053. Grayscale: #B5B5B5. Windows color (decimal): -3756116 or 11317190. OLE color: 11317190.
HSL color Cylindrical-coordinate representation of color #C6AFAC: hue angle of 6.92º degrees, saturation: 0.19, 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 #C6AFAC is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 175 | 172 | - |
CMYK | 0 | 0.12 | 0.13 | 0.22 |
HSL | 6.92º | 0.19% | 0.73% | - |
HSV(B) | 6.92º | 0.13% | 0.78% | - |
XYZ | 46.07 | 45.64 | 45.41 | - |
YUV | 181.54 | 122.62 | 139.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 175 | 172 | 0 | 0.12 | 0.13 | 0.22 | 6.92 | 0.19 | 0.73 |
Hex | C6 | AF | AC | 0 | C | D | 16 | 7 | 13 | 49 |
Octal | 306 | 257 | 254 | 0 | 14 | 15 | 26 | 7 | 23 | 111 |
Binary | 11000110 | 10101111 | 10101100 | 0 | 1100 | 1101 | 10110 | 111 | 10011 | 1001001 |
Color Harmonies of #C6AFAC
Complementary color
Monochromatic Colors of #C6AFAC
Black with #C6AFAC
Text Example
Text Example
White with #C6AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFAC; }
p { color: rgb(198,175,172); }
H1.HeaderClassName
{
color: #C6AFAC;
}
.AnyTagClassName
{
color: #C6AFAC;
}
</style>
background-color css
<style>
a { background-color: #C6AFAC; }
a { background-color: rgb(198,175,172); }
div.DivClassName
{
background-color: #C6AFAC;
}
.BgClassName
{
background-color: #C6AFAC;
}
</style>
border-color css
<style>
span { border-color: #C6AFAC; }
span { border-color: rgb(198,175,172); }
td.TdClassName
{
border-color: #C6AFAC;
}
.TagClassName
{
border-color: #C6AFAC;
}
</style>