Shades of Cold Turkey #C3B9B7
Tints of Cold Turkey #C3B9B7
RGB
CMYK
RGB Variations
Color information
#C3B9B7 (or 0xC3B9B7) is known color: Cold Turkey. HEX triplet: C3, B9 and B7. RGB value is (195,185,183). Sum of RGB (Red+Green+Blue) = 195+185+183=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B9B7 is #3C4648. Grayscale: #BBBBBB. Windows color (decimal): -3950153 or 12040643. OLE color: 12040643.
HSL color Cylindrical-coordinate representation of color #C3B9B7: hue angle of 10º degrees, saturation: 0.09, 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 #C3B9B7 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 185 | 183 | - |
CMYK | 0 | 0.05 | 0.06 | 0.24 |
HSL | 10º | 0.09% | 0.74% | - |
HSV(B) | 10º | 0.06% | 0.76% | - |
XYZ | 48.4 | 49.72 | 51.85 | - |
YUV | 187.76 | 125.31 | 133.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 185 | 183 | 0 | 0.05 | 0.06 | 0.24 | 10 | 0.09 | 0.74 |
Hex | C3 | B9 | B7 | 0 | 5 | 6 | 18 | A | 9 | 4A |
Octal | 303 | 271 | 267 | 0 | 5 | 6 | 30 | 12 | 11 | 112 |
Binary | 11000011 | 10111001 | 10110111 | 0 | 101 | 110 | 11000 | 1010 | 1001 | 1001010 |
Color Harmonies of #C3B9B7
Complementary color
Monochromatic Colors of #C3B9B7
Black with #C3B9B7
Text Example
Text Example
White with #C3B9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B9B7; }
p { color: rgb(195,185,183); }
H1.HeaderClassName
{
color: #C3B9B7;
}
.AnyTagClassName
{
color: #C3B9B7;
}
</style>
background-color css
<style>
a { background-color: #C3B9B7; }
a { background-color: rgb(195,185,183); }
div.DivClassName
{
background-color: #C3B9B7;
}
.BgClassName
{
background-color: #C3B9B7;
}
</style>
border-color css
<style>
span { border-color: #C3B9B7; }
span { border-color: rgb(195,185,183); }
td.TdClassName
{
border-color: #C3B9B7;
}
.TagClassName
{
border-color: #C3B9B7;
}
</style>