Shades of Cold Turkey #C2B9B7
Tints of Cold Turkey #C2B9B7
RGB
CMYK
RGB Variations
Color information
#C2B9B7 (or 0xC2B9B7) is known color: Cold Turkey. HEX triplet: C2, B9 and B7. RGB value is (194,185,183). Sum of RGB (Red+Green+Blue) = 194+185+183=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B9B7 is #3D4648. Grayscale: #BBBBBB. Windows color (decimal): -4015689 or 12040642. OLE color: 12040642.
HSL color Cylindrical-coordinate representation of color #C2B9B7: hue angle of 10.91º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2B9B7 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 185 | 183 | - |
CMYK | 0 | 0.05 | 0.06 | 0.24 |
HSL | 10.91º | 0.08% | 0.74% | - |
HSV(B) | 10.91º | 0.06% | 0.76% | - |
XYZ | 48.14 | 49.59 | 51.83 | - |
YUV | 187.46 | 125.48 | 132.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 185 | 183 | 0 | 0.05 | 0.06 | 0.24 | 10.91 | 0.08 | 0.74 |
Hex | C2 | B9 | B7 | 0 | 5 | 6 | 18 | B | 8 | 4A |
Octal | 302 | 271 | 267 | 0 | 5 | 6 | 30 | 13 | 10 | 112 |
Binary | 11000010 | 10111001 | 10110111 | 0 | 101 | 110 | 11000 | 1011 | 1000 | 1001010 |
Color Harmonies of #C2B9B7
Complementary color
Monochromatic Colors of #C2B9B7
Black with #C2B9B7
Text Example
Text Example
White with #C2B9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B9B7; }
p { color: rgb(194,185,183); }
H1.HeaderClassName
{
color: #C2B9B7;
}
.AnyTagClassName
{
color: #C2B9B7;
}
</style>
background-color css
<style>
a { background-color: #C2B9B7; }
a { background-color: rgb(194,185,183); }
div.DivClassName
{
background-color: #C2B9B7;
}
.BgClassName
{
background-color: #C2B9B7;
}
</style>
border-color css
<style>
span { border-color: #C2B9B7; }
span { border-color: rgb(194,185,183); }
td.TdClassName
{
border-color: #C2B9B7;
}
.TagClassName
{
border-color: #C2B9B7;
}
</style>