Shades of Christine #C6632E
Tints of Christine #C6632E
RGB
CMYK
RGB Variations
Color information
#C6632E (or 0xC6632E) is known color: Christine. HEX triplet: C6, 63 and 2E. RGB value is (198,99,46). Sum of RGB (Red+Green+Blue) = 198+99+46=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6632E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6632E is #399CD1. Grayscale: #7A7A7A. Windows color (decimal): -3775698 or 3040198. OLE color: 3040198.
HSL color Cylindrical-coordinate representation of color #C6632E: hue angle of 20.92º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6632E is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 46 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.22 |
| HSL | 20.92º | 0.62% | 0.48% | - |
| HSV(B) | 20.92º | 0.77% | 0.78% | - |
| XYZ | 28.24 | 21.13 | 5.17 | - |
| YUV | 122.56 | 84.8 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 46 | 0 | 0.50 | 0.77 | 0.22 | 20.92 | 0.62 | 0.48 |
| Hex | C6 | 63 | 2E | 0 | 32 | 4D | 16 | 15 | 3E | 30 |
| Octal | 306 | 143 | 56 | 0 | 62 | 115 | 26 | 25 | 76 | 60 |
| Binary | 11000110 | 1100011 | 101110 | 0 | 110010 | 1001101 | 10110 | 10101 | 111110 | 110000 |
Color Harmonies of #C6632E
Complementary color
Monochromatic Colors of #C6632E
Black with #C6632E
Text Example
Text Example
White with #C6632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6632E; }
p { color: rgb(198,99,46); }
H1.HeaderClassName
{
color: #C6632E;
}
.AnyTagClassName
{
color: #C6632E;
}
</style>
background-color css
<style>
a { background-color: #C6632E; }
a { background-color: rgb(198,99,46); }
div.DivClassName
{
background-color: #C6632E;
}
.BgClassName
{
background-color: #C6632E;
}
</style>
border-color css
<style>
span { border-color: #C6632E; }
span { border-color: rgb(198,99,46); }
td.TdClassName
{
border-color: #C6632E;
}
.TagClassName
{
border-color: #C6632E;
}
</style>