Shades of Christine #C65C24
Tints of Christine #C65C24
RGB
CMYK
RGB Variations
Color information
#C65C24 (or 0xC65C24) is known color: Christine. HEX triplet: C6, 5C and 24. RGB value is (198,92,36). Sum of RGB (Red+Green+Blue) = 198+92+36=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65C24 is #39A3DB. Grayscale: #757575. Windows color (decimal): -3777500 or 2383046. OLE color: 2383046.
HSL color Cylindrical-coordinate representation of color #C65C24: hue angle of 20.74º 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 #C65C24 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 36 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.22 |
| HSL | 20.74º | 0.69% | 0.46% | - |
| HSV(B) | 20.74º | 0.82% | 0.78% | - |
| XYZ | 27.43 | 19.79 | 4.04 | - |
| YUV | 117.31 | 82.12 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 36 | 0 | 0.54 | 0.82 | 0.22 | 20.74 | 0.69 | 0.46 |
| Hex | C6 | 5C | 24 | 0 | 36 | 52 | 16 | 15 | 45 | 2E |
| Octal | 306 | 134 | 44 | 0 | 66 | 122 | 26 | 25 | 105 | 56 |
| Binary | 11000110 | 1011100 | 100100 | 0 | 110110 | 1010010 | 10110 | 10101 | 1000101 | 101110 |
Color Harmonies of #C65C24
Complementary color
Monochromatic Colors of #C65C24
Black with #C65C24
Text Example
Text Example
White with #C65C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C24; }
p { color: rgb(198,92,36); }
H1.HeaderClassName
{
color: #C65C24;
}
.AnyTagClassName
{
color: #C65C24;
}
</style>
background-color css
<style>
a { background-color: #C65C24; }
a { background-color: rgb(198,92,36); }
div.DivClassName
{
background-color: #C65C24;
}
.BgClassName
{
background-color: #C65C24;
}
</style>
border-color css
<style>
span { border-color: #C65C24; }
span { border-color: rgb(198,92,36); }
td.TdClassName
{
border-color: #C65C24;
}
.TagClassName
{
border-color: #C65C24;
}
</style>