Shades of Christine #C65924
Tints of Christine #C65924
RGB
CMYK
RGB Variations
Color information
#C65924 (or 0xC65924) is known color: Christine. HEX triplet: C6, 59 and 24. RGB value is (198,89,36). Sum of RGB (Red+Green+Blue) = 198+89+36=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C65924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65924 is #39A6DB. Grayscale: #737373. Windows color (decimal): -3778268 or 2382278. OLE color: 2382278.
HSL color Cylindrical-coordinate representation of color #C65924: hue angle of 19.63º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C65924 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 36 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.22 |
| HSL | 19.63º | 0.69% | 0.46% | - |
| HSV(B) | 19.63º | 0.82% | 0.78% | - |
| XYZ | 27.18 | 19.28 | 3.96 | - |
| YUV | 115.55 | 83.11 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 36 | 0 | 0.55 | 0.82 | 0.22 | 19.63 | 0.69 | 0.46 |
| Hex | C6 | 59 | 24 | 0 | 37 | 52 | 16 | 14 | 45 | 2E |
| Octal | 306 | 131 | 44 | 0 | 67 | 122 | 26 | 24 | 105 | 56 |
| Binary | 11000110 | 1011001 | 100100 | 0 | 110111 | 1010010 | 10110 | 10100 | 1000101 | 101110 |
Color Harmonies of #C65924
Complementary color
Monochromatic Colors of #C65924
Black with #C65924
Text Example
Text Example
White with #C65924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65924; }
p { color: rgb(198,89,36); }
H1.HeaderClassName
{
color: #C65924;
}
.AnyTagClassName
{
color: #C65924;
}
</style>
background-color css
<style>
a { background-color: #C65924; }
a { background-color: rgb(198,89,36); }
div.DivClassName
{
background-color: #C65924;
}
.BgClassName
{
background-color: #C65924;
}
</style>
border-color css
<style>
span { border-color: #C65924; }
span { border-color: rgb(198,89,36); }
td.TdClassName
{
border-color: #C65924;
}
.TagClassName
{
border-color: #C65924;
}
</style>