Shades of Christine #C0622F
Tints of Christine #C0622F
RGB
CMYK
RGB Variations
Color information
#C0622F (or 0xC0622F) is known color: Christine. HEX triplet: C0, 62 and 2F. RGB value is (192,98,47). Sum of RGB (Red+Green+Blue) = 192+98+47=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0622F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0622F is #3F9DD0. Grayscale: #787878. Windows color (decimal): -4169169 or 3105472. OLE color: 3105472.
HSL color Cylindrical-coordinate representation of color #C0622F: hue angle of 21.1º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0622F is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 47 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.25 |
| HSL | 21.1º | 0.61% | 0.47% | - |
| HSV(B) | 21.1º | 0.76% | 0.75% | - |
| XYZ | 26.62 | 20.15 | 5.18 | - |
| YUV | 120.29 | 86.64 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 47 | 0 | 0.49 | 0.76 | 0.25 | 21.1 | 0.61 | 0.47 |
| Hex | C0 | 62 | 2F | 0 | 31 | 4C | 19 | 15 | 3D | 2F |
| Octal | 300 | 142 | 57 | 0 | 61 | 114 | 31 | 25 | 75 | 57 |
| Binary | 11000000 | 1100010 | 101111 | 0 | 110001 | 1001100 | 11001 | 10101 | 111101 | 101111 |
Color Harmonies of #C0622F
Complementary color
Monochromatic Colors of #C0622F
Black with #C0622F
Text Example
Text Example
White with #C0622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0622F; }
p { color: rgb(192,98,47); }
H1.HeaderClassName
{
color: #C0622F;
}
.AnyTagClassName
{
color: #C0622F;
}
</style>
background-color css
<style>
a { background-color: #C0622F; }
a { background-color: rgb(192,98,47); }
div.DivClassName
{
background-color: #C0622F;
}
.BgClassName
{
background-color: #C0622F;
}
</style>
border-color css
<style>
span { border-color: #C0622F; }
span { border-color: rgb(192,98,47); }
td.TdClassName
{
border-color: #C0622F;
}
.TagClassName
{
border-color: #C0622F;
}
</style>