Shades of Cold Turkey #C7BDBB
Tints of Cold Turkey #C7BDBB
RGB
CMYK
RGB Variations
Color information
#C7BDBB (or 0xC7BDBB) is known color: Cold Turkey. HEX triplet: C7, BD and BB. RGB value is (199,189,187). Sum of RGB (Red+Green+Blue) = 199+189+187=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDBB is #384244. Grayscale: #BFBFBF. Windows color (decimal): -3686981 or 12303815. OLE color: 12303815.
HSL color Cylindrical-coordinate representation of color #C7BDBB: hue angle of 10º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7BDBB is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 189 | 187 | - |
CMYK | 0 | 0.05 | 0.06 | 0.22 |
HSL | 10º | 0.1% | 0.76% | - |
HSV(B) | 10º | 0.06% | 0.78% | - |
XYZ | 50.72 | 52.13 | 54.4 | - |
YUV | 191.76 | 125.31 | 133.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 189 | 187 | 0 | 0.05 | 0.06 | 0.22 | 10 | 0.1 | 0.76 |
Hex | C7 | BD | BB | 0 | 5 | 6 | 16 | A | A | 4C |
Octal | 307 | 275 | 273 | 0 | 5 | 6 | 26 | 12 | 12 | 114 |
Binary | 11000111 | 10111101 | 10111011 | 0 | 101 | 110 | 10110 | 1010 | 1010 | 1001100 |
Color Harmonies of #C7BDBB
Complementary color
Monochromatic Colors of #C7BDBB
Black with #C7BDBB
Text Example
Text Example
White with #C7BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDBB; }
p { color: rgb(199,189,187); }
H1.HeaderClassName
{
color: #C7BDBB;
}
.AnyTagClassName
{
color: #C7BDBB;
}
</style>
background-color css
<style>
a { background-color: #C7BDBB; }
a { background-color: rgb(199,189,187); }
div.DivClassName
{
background-color: #C7BDBB;
}
.BgClassName
{
background-color: #C7BDBB;
}
</style>
border-color css
<style>
span { border-color: #C7BDBB; }
span { border-color: rgb(199,189,187); }
td.TdClassName
{
border-color: #C7BDBB;
}
.TagClassName
{
border-color: #C7BDBB;
}
</style>