Shades of Christine #C06937
Tints of Christine #C06937
RGB
CMYK
RGB Variations
Color information
#C06937 (or 0xC06937) is known color: Christine. HEX triplet: C0, 69 and 37. RGB value is (192,105,55). Sum of RGB (Red+Green+Blue) = 192+105+55=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C06937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06937 is #3F96C8. Grayscale: #7D7D7D. Windows color (decimal): -4167369 or 3631552. OLE color: 3631552.
HSL color Cylindrical-coordinate representation of color #C06937: hue angle of 21.9º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C06937 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 55 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.25 |
| HSL | 21.9º | 0.55% | 0.48% | - |
| HSV(B) | 21.9º | 0.71% | 0.75% | - |
| XYZ | 27.48 | 21.59 | 6.33 | - |
| YUV | 125.31 | 88.32 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 55 | 0 | 0.45 | 0.71 | 0.25 | 21.9 | 0.55 | 0.48 |
| Hex | C0 | 69 | 37 | 0 | 2D | 47 | 19 | 16 | 37 | 30 |
| Octal | 300 | 151 | 67 | 0 | 55 | 107 | 31 | 26 | 67 | 60 |
| Binary | 11000000 | 1101001 | 110111 | 0 | 101101 | 1000111 | 11001 | 10110 | 110111 | 110000 |
Color Harmonies of #C06937
Complementary color
Monochromatic Colors of #C06937
Black with #C06937
Text Example
Text Example
White with #C06937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06937; }
p { color: rgb(192,105,55); }
H1.HeaderClassName
{
color: #C06937;
}
.AnyTagClassName
{
color: #C06937;
}
</style>
background-color css
<style>
a { background-color: #C06937; }
a { background-color: rgb(192,105,55); }
div.DivClassName
{
background-color: #C06937;
}
.BgClassName
{
background-color: #C06937;
}
</style>
border-color css
<style>
span { border-color: #C06937; }
span { border-color: rgb(192,105,55); }
td.TdClassName
{
border-color: #C06937;
}
.TagClassName
{
border-color: #C06937;
}
</style>