Shades of Cold Turkey #C7B0AC
Tints of Cold Turkey #C7B0AC
RGB
CMYK
RGB Variations
Color information
#C7B0AC (or 0xC7B0AC) is known color: Cold Turkey. HEX triplet: C7, B0 and AC. RGB value is (199,176,172). Sum of RGB (Red+Green+Blue) = 199+176+172=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B0AC is #384F53. Grayscale: #B6B6B6. Windows color (decimal): -3690324 or 11317447. OLE color: 11317447.
HSL color Cylindrical-coordinate representation of color #C7B0AC: hue angle of 8.89º degrees, saturation: 0.19, 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 #C7B0AC is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 176 | 172 | - |
CMYK | 0 | 0.12 | 0.14 | 0.22 |
HSL | 8.89º | 0.19% | 0.73% | - |
HSV(B) | 8.89º | 0.14% | 0.78% | - |
XYZ | 46.52 | 46.17 | 45.49 | - |
YUV | 182.42 | 122.12 | 139.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 176 | 172 | 0 | 0.12 | 0.14 | 0.22 | 8.89 | 0.19 | 0.73 |
Hex | C7 | B0 | AC | 0 | C | E | 16 | 9 | 13 | 49 |
Octal | 307 | 260 | 254 | 0 | 14 | 16 | 26 | 11 | 23 | 111 |
Binary | 11000111 | 10110000 | 10101100 | 0 | 1100 | 1110 | 10110 | 1001 | 10011 | 1001001 |
Color Harmonies of #C7B0AC
Complementary color
Monochromatic Colors of #C7B0AC
Black with #C7B0AC
Text Example
Text Example
White with #C7B0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B0AC; }
p { color: rgb(199,176,172); }
H1.HeaderClassName
{
color: #C7B0AC;
}
.AnyTagClassName
{
color: #C7B0AC;
}
</style>
background-color css
<style>
a { background-color: #C7B0AC; }
a { background-color: rgb(199,176,172); }
div.DivClassName
{
background-color: #C7B0AC;
}
.BgClassName
{
background-color: #C7B0AC;
}
</style>
border-color css
<style>
span { border-color: #C7B0AC; }
span { border-color: rgb(199,176,172); }
td.TdClassName
{
border-color: #C7B0AC;
}
.TagClassName
{
border-color: #C7B0AC;
}
</style>