Shades of Christine #C35D24
Tints of Christine #C35D24
RGB
CMYK
RGB Variations
Color information
#C35D24 (or 0xC35D24) is known color: Christine. HEX triplet: C3, 5D and 24. RGB value is (195,93,36). Sum of RGB (Red+Green+Blue) = 195+93+36=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D24 is #3CA2DB. Grayscale: #757575. Windows color (decimal): -3973852 or 2383299. OLE color: 2383299.
HSL color Cylindrical-coordinate representation of color #C35D24: hue angle of 21.51º 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 #C35D24 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 36 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.24 |
| HSL | 21.51º | 0.69% | 0.45% | - |
| HSV(B) | 21.51º | 0.82% | 0.76% | - |
| XYZ | 26.74 | 19.56 | 4.03 | - |
| YUV | 117 | 82.29 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 36 | 0 | 0.52 | 0.82 | 0.24 | 21.51 | 0.69 | 0.45 |
| Hex | C3 | 5D | 24 | 0 | 34 | 52 | 18 | 16 | 45 | 2D |
| Octal | 303 | 135 | 44 | 0 | 64 | 122 | 30 | 26 | 105 | 55 |
| Binary | 11000011 | 1011101 | 100100 | 0 | 110100 | 1010010 | 11000 | 10110 | 1000101 | 101101 |
Color Harmonies of #C35D24
Complementary color
Monochromatic Colors of #C35D24
Black with #C35D24
Text Example
Text Example
White with #C35D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D24; }
p { color: rgb(195,93,36); }
H1.HeaderClassName
{
color: #C35D24;
}
.AnyTagClassName
{
color: #C35D24;
}
</style>
background-color css
<style>
a { background-color: #C35D24; }
a { background-color: rgb(195,93,36); }
div.DivClassName
{
background-color: #C35D24;
}
.BgClassName
{
background-color: #C35D24;
}
</style>
border-color css
<style>
span { border-color: #C35D24; }
span { border-color: rgb(195,93,36); }
td.TdClassName
{
border-color: #C35D24;
}
.TagClassName
{
border-color: #C35D24;
}
</style>