Shades of Christine #C45827
Tints of Christine #C45827
RGB
CMYK
RGB Variations
Color information
#C45827 (or 0xC45827) is known color: Christine. HEX triplet: C4, 58 and 27. RGB value is (196,88,39). Sum of RGB (Red+Green+Blue) = 196+88+39=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C45827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45827 is #3BA7D8. Grayscale: #737373. Windows color (decimal): -3909593 or 2578628. OLE color: 2578628.
HSL color Cylindrical-coordinate representation of color #C45827: hue angle of 18.73º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C45827 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 39 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.23 |
| HSL | 18.73º | 0.67% | 0.46% | - |
| HSV(B) | 18.73º | 0.8% | 0.77% | - |
| XYZ | 26.62 | 18.86 | 4.16 | - |
| YUV | 114.71 | 85.28 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 39 | 0 | 0.55 | 0.80 | 0.23 | 18.73 | 0.67 | 0.46 |
| Hex | C4 | 58 | 27 | 0 | 37 | 50 | 17 | 13 | 43 | 2E |
| Octal | 304 | 130 | 47 | 0 | 67 | 120 | 27 | 23 | 103 | 56 |
| Binary | 11000100 | 1011000 | 100111 | 0 | 110111 | 1010000 | 10111 | 10011 | 1000011 | 101110 |
Color Harmonies of #C45827
Complementary color
Monochromatic Colors of #C45827
Black with #C45827
Text Example
Text Example
White with #C45827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45827; }
p { color: rgb(196,88,39); }
H1.HeaderClassName
{
color: #C45827;
}
.AnyTagClassName
{
color: #C45827;
}
</style>
background-color css
<style>
a { background-color: #C45827; }
a { background-color: rgb(196,88,39); }
div.DivClassName
{
background-color: #C45827;
}
.BgClassName
{
background-color: #C45827;
}
</style>
border-color css
<style>
span { border-color: #C45827; }
span { border-color: rgb(196,88,39); }
td.TdClassName
{
border-color: #C45827;
}
.TagClassName
{
border-color: #C45827;
}
</style>