Shades of Christine #C0622B
Tints of Christine #C0622B
RGB
CMYK
RGB Variations
Color information
#C0622B (or 0xC0622B) is known color: Christine. HEX triplet: C0, 62 and 2B. RGB value is (192,98,43). Sum of RGB (Red+Green+Blue) = 192+98+43=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0622B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0622B is #3F9DD4. Grayscale: #787878. Windows color (decimal): -4169173 or 2843328. OLE color: 2843328.
HSL color Cylindrical-coordinate representation of color #C0622B: hue angle of 22.15º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0622B is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 43 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.25 |
| HSL | 22.15º | 0.63% | 0.46% | - |
| HSV(B) | 22.15º | 0.78% | 0.75% | - |
| XYZ | 26.54 | 20.12 | 4.77 | - |
| YUV | 119.84 | 84.64 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 43 | 0 | 0.49 | 0.78 | 0.25 | 22.15 | 0.63 | 0.46 |
| Hex | C0 | 62 | 2B | 0 | 31 | 4E | 19 | 16 | 3F | 2E |
| Octal | 300 | 142 | 53 | 0 | 61 | 116 | 31 | 26 | 77 | 56 |
| Binary | 11000000 | 1100010 | 101011 | 0 | 110001 | 1001110 | 11001 | 10110 | 111111 | 101110 |
Color Harmonies of #C0622B
Complementary color
Monochromatic Colors of #C0622B
Black with #C0622B
Text Example
Text Example
White with #C0622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0622B; }
p { color: rgb(192,98,43); }
H1.HeaderClassName
{
color: #C0622B;
}
.AnyTagClassName
{
color: #C0622B;
}
</style>
background-color css
<style>
a { background-color: #C0622B; }
a { background-color: rgb(192,98,43); }
div.DivClassName
{
background-color: #C0622B;
}
.BgClassName
{
background-color: #C0622B;
}
</style>
border-color css
<style>
span { border-color: #C0622B; }
span { border-color: rgb(192,98,43); }
td.TdClassName
{
border-color: #C0622B;
}
.TagClassName
{
border-color: #C0622B;
}
</style>