Shades of Christine #C35E24
Tints of Christine #C35E24
RGB
CMYK
RGB Variations
Color information
#C35E24 (or 0xC35E24) is known color: Christine. HEX triplet: C3, 5E and 24. RGB value is (195,94,36). Sum of RGB (Red+Green+Blue) = 195+94+36=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35E24 is #3CA1DB. Grayscale: #757575. Windows color (decimal): -3973596 or 2383555. OLE color: 2383555.
HSL color Cylindrical-coordinate representation of color #C35E24: hue angle of 21.89º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C35E24 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 94 | 36 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.24 |
| HSL | 21.89º | 0.69% | 0.45% | - |
| HSV(B) | 21.89º | 0.82% | 0.76% | - |
| XYZ | 26.83 | 19.73 | 4.06 | - |
| YUV | 117.59 | 81.96 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 36 | 0 | 0.52 | 0.82 | 0.24 | 21.89 | 0.69 | 0.45 |
| Hex | C3 | 5E | 24 | 0 | 34 | 52 | 18 | 16 | 45 | 2D |
| Octal | 303 | 136 | 44 | 0 | 64 | 122 | 30 | 26 | 105 | 55 |
| Binary | 11000011 | 1011110 | 100100 | 0 | 110100 | 1010010 | 11000 | 10110 | 1000101 | 101101 |
Color Harmonies of #C35E24
Complementary color
Monochromatic Colors of #C35E24
Black with #C35E24
Text Example
Text Example
White with #C35E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35E24; }
p { color: rgb(195,94,36); }
H1.HeaderClassName
{
color: #C35E24;
}
.AnyTagClassName
{
color: #C35E24;
}
</style>
background-color css
<style>
a { background-color: #C35E24; }
a { background-color: rgb(195,94,36); }
div.DivClassName
{
background-color: #C35E24;
}
.BgClassName
{
background-color: #C35E24;
}
</style>
border-color css
<style>
span { border-color: #C35E24; }
span { border-color: rgb(195,94,36); }
td.TdClassName
{
border-color: #C35E24;
}
.TagClassName
{
border-color: #C35E24;
}
</style>