Shades of Cold Turkey #C7AFAA
Tints of Cold Turkey #C7AFAA
RGB
CMYK
RGB Variations
Color information
#C7AFAA (or 0xC7AFAA) is known color: Cold Turkey. HEX triplet: C7, AF and AA. RGB value is (199,175,170). Sum of RGB (Red+Green+Blue) = 199+175+170=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AFAA is #385055. Grayscale: #B5B5B5. Windows color (decimal): -3690582 or 11186119. OLE color: 11186119.
HSL color Cylindrical-coordinate representation of color #C7AFAA: hue angle of 10.34º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7AFAA is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 175 | 170 | - |
CMYK | 0 | 0.12 | 0.15 | 0.22 |
HSL | 10.34º | 0.21% | 0.72% | - |
HSV(B) | 10.34º | 0.15% | 0.78% | - |
XYZ | 46.14 | 45.7 | 44.42 | - |
YUV | 181.61 | 121.45 | 140.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 175 | 170 | 0 | 0.12 | 0.15 | 0.22 | 10.34 | 0.21 | 0.72 |
Hex | C7 | AF | AA | 0 | C | F | 16 | A | 15 | 48 |
Octal | 307 | 257 | 252 | 0 | 14 | 17 | 26 | 12 | 25 | 110 |
Binary | 11000111 | 10101111 | 10101010 | 0 | 1100 | 1111 | 10110 | 1010 | 10101 | 1001000 |
Color Harmonies of #C7AFAA
Complementary color
Monochromatic Colors of #C7AFAA
Black with #C7AFAA
Text Example
Text Example
White with #C7AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AFAA; }
p { color: rgb(199,175,170); }
H1.HeaderClassName
{
color: #C7AFAA;
}
.AnyTagClassName
{
color: #C7AFAA;
}
</style>
background-color css
<style>
a { background-color: #C7AFAA; }
a { background-color: rgb(199,175,170); }
div.DivClassName
{
background-color: #C7AFAA;
}
.BgClassName
{
background-color: #C7AFAA;
}
</style>
border-color css
<style>
span { border-color: #C7AFAA; }
span { border-color: rgb(199,175,170); }
td.TdClassName
{
border-color: #C7AFAA;
}
.TagClassName
{
border-color: #C7AFAA;
}
</style>