Shades of Christine #C8632B
Tints of Christine #C8632B
RGB
CMYK
RGB Variations
Color information
#C8632B (or 0xC8632B) is known color: Christine. HEX triplet: C8, 63 and 2B. RGB value is (200,99,43). Sum of RGB (Red+Green+Blue) = 200+99+43=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8632B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8632B is #379CD4. Grayscale: #7B7B7B. Windows color (decimal): -3644629 or 2843592. OLE color: 2843592.
HSL color Cylindrical-coordinate representation of color #C8632B: hue angle of 21.4º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8632B is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 43 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.22 |
| HSL | 21.4º | 0.65% | 0.48% | - |
| HSV(B) | 21.4º | 0.79% | 0.78% | - |
| XYZ | 28.72 | 21.38 | 4.9 | - |
| YUV | 122.82 | 82.96 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 43 | 0 | 0.50 | 0.78 | 0.22 | 21.4 | 0.65 | 0.48 |
| Hex | C8 | 63 | 2B | 0 | 32 | 4E | 16 | 15 | 41 | 30 |
| Octal | 310 | 143 | 53 | 0 | 62 | 116 | 26 | 25 | 101 | 60 |
| Binary | 11001000 | 1100011 | 101011 | 0 | 110010 | 1001110 | 10110 | 10101 | 1000001 | 110000 |
Color Harmonies of #C8632B
Complementary color
Monochromatic Colors of #C8632B
Black with #C8632B
Text Example
Text Example
White with #C8632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8632B; }
p { color: rgb(200,99,43); }
H1.HeaderClassName
{
color: #C8632B;
}
.AnyTagClassName
{
color: #C8632B;
}
</style>
background-color css
<style>
a { background-color: #C8632B; }
a { background-color: rgb(200,99,43); }
div.DivClassName
{
background-color: #C8632B;
}
.BgClassName
{
background-color: #C8632B;
}
</style>
border-color css
<style>
span { border-color: #C8632B; }
span { border-color: rgb(200,99,43); }
td.TdClassName
{
border-color: #C8632B;
}
.TagClassName
{
border-color: #C8632B;
}
</style>