Shades of Cold Turkey #C7AFAB
Tints of Cold Turkey #C7AFAB
RGB
CMYK
RGB Variations
Color information
#C7AFAB (or 0xC7AFAB) is known color: Cold Turkey. HEX triplet: C7, AF and AB. RGB value is (199,175,171). Sum of RGB (Red+Green+Blue) = 199+175+171=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AFAB is #385054. Grayscale: #B5B5B5. Windows color (decimal): -3690581 or 11251655. OLE color: 11251655.
HSL color Cylindrical-coordinate representation of color #C7AFAB: hue angle of 8.57º 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 #C7AFAB is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 175 | 171 | - |
CMYK | 0 | 0.12 | 0.14 | 0.22 |
HSL | 8.57º | 0.2% | 0.73% | - |
HSV(B) | 8.57º | 0.14% | 0.78% | - |
XYZ | 46.23 | 45.74 | 44.92 | - |
YUV | 181.72 | 121.95 | 140.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 175 | 171 | 0 | 0.12 | 0.14 | 0.22 | 8.57 | 0.2 | 0.73 |
Hex | C7 | AF | AB | 0 | C | E | 16 | 9 | 14 | 49 |
Octal | 307 | 257 | 253 | 0 | 14 | 16 | 26 | 11 | 24 | 111 |
Binary | 11000111 | 10101111 | 10101011 | 0 | 1100 | 1110 | 10110 | 1001 | 10100 | 1001001 |
Color Harmonies of #C7AFAB
Complementary color
Monochromatic Colors of #C7AFAB
Black with #C7AFAB
Text Example
Text Example
White with #C7AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AFAB; }
p { color: rgb(199,175,171); }
H1.HeaderClassName
{
color: #C7AFAB;
}
.AnyTagClassName
{
color: #C7AFAB;
}
</style>
background-color css
<style>
a { background-color: #C7AFAB; }
a { background-color: rgb(199,175,171); }
div.DivClassName
{
background-color: #C7AFAB;
}
.BgClassName
{
background-color: #C7AFAB;
}
</style>
border-color css
<style>
span { border-color: #C7AFAB; }
span { border-color: rgb(199,175,171); }
td.TdClassName
{
border-color: #C7AFAB;
}
.TagClassName
{
border-color: #C7AFAB;
}
</style>