Shades of Christine #C0621E
Tints of Christine #C0621E
RGB
CMYK
RGB Variations
Color information
#C0621E (or 0xC0621E) is known color: Christine. HEX triplet: C0, 62 and 1E. RGB value is (192,98,30). Sum of RGB (Red+Green+Blue) = 192+98+30=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0621E is #3F9DE1. Grayscale: #767676. Windows color (decimal): -4169186 or 1991360. OLE color: 1991360.
HSL color Cylindrical-coordinate representation of color #C0621E: hue angle of 25.19º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0621E is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 30 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.25 |
| HSL | 25.19º | 0.73% | 0.44% | - |
| HSV(B) | 25.19º | 0.84% | 0.75% | - |
| XYZ | 26.34 | 20.04 | 3.71 | - |
| YUV | 118.35 | 78.14 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 30 | 0 | 0.49 | 0.84 | 0.25 | 25.19 | 0.73 | 0.44 |
| Hex | C0 | 62 | 1E | 0 | 31 | 54 | 19 | 19 | 49 | 2C |
| Octal | 300 | 142 | 36 | 0 | 61 | 124 | 31 | 31 | 111 | 54 |
| Binary | 11000000 | 1100010 | 11110 | 0 | 110001 | 1010100 | 11001 | 11001 | 1001001 | 101100 |
Color Harmonies of #C0621E
Complementary color
Monochromatic Colors of #C0621E
Black with #C0621E
Text Example
Text Example
White with #C0621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0621E; }
p { color: rgb(192,98,30); }
H1.HeaderClassName
{
color: #C0621E;
}
.AnyTagClassName
{
color: #C0621E;
}
</style>
background-color css
<style>
a { background-color: #C0621E; }
a { background-color: rgb(192,98,30); }
div.DivClassName
{
background-color: #C0621E;
}
.BgClassName
{
background-color: #C0621E;
}
</style>
border-color css
<style>
span { border-color: #C0621E; }
span { border-color: rgb(192,98,30); }
td.TdClassName
{
border-color: #C0621E;
}
.TagClassName
{
border-color: #C0621E;
}
</style>