Shades of Christine #C0632C
Tints of Christine #C0632C
RGB
CMYK
RGB Variations
Color information
#C0632C (or 0xC0632C) is known color: Christine. HEX triplet: C0, 63 and 2C. RGB value is (192,99,44). Sum of RGB (Red+Green+Blue) = 192+99+44=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0632C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0632C is #3F9CD3. Grayscale: #787878. Windows color (decimal): -4168916 or 2909120. OLE color: 2909120.
HSL color Cylindrical-coordinate representation of color #C0632C: hue angle of 22.3º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0632C is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 44 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.25 |
| HSL | 22.3º | 0.63% | 0.46% | - |
| HSV(B) | 22.3º | 0.77% | 0.75% | - |
| XYZ | 26.65 | 20.31 | 4.9 | - |
| YUV | 120.54 | 84.81 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 44 | 0 | 0.48 | 0.77 | 0.25 | 22.3 | 0.63 | 0.46 |
| Hex | C0 | 63 | 2C | 0 | 30 | 4D | 19 | 16 | 3F | 2E |
| Octal | 300 | 143 | 54 | 0 | 60 | 115 | 31 | 26 | 77 | 56 |
| Binary | 11000000 | 1100011 | 101100 | 0 | 110000 | 1001101 | 11001 | 10110 | 111111 | 101110 |
Color Harmonies of #C0632C
Complementary color
Monochromatic Colors of #C0632C
Black with #C0632C
Text Example
Text Example
White with #C0632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0632C; }
p { color: rgb(192,99,44); }
H1.HeaderClassName
{
color: #C0632C;
}
.AnyTagClassName
{
color: #C0632C;
}
</style>
background-color css
<style>
a { background-color: #C0632C; }
a { background-color: rgb(192,99,44); }
div.DivClassName
{
background-color: #C0632C;
}
.BgClassName
{
background-color: #C0632C;
}
</style>
border-color css
<style>
span { border-color: #C0632C; }
span { border-color: rgb(192,99,44); }
td.TdClassName
{
border-color: #C0632C;
}
.TagClassName
{
border-color: #C0632C;
}
</style>