Shades of Christine #C3612E
Tints of Christine #C3612E
RGB
CMYK
RGB Variations
Color information
#C3612E (or 0xC3612E) is known color: Christine. HEX triplet: C3, 61 and 2E. RGB value is (195,97,46). Sum of RGB (Red+Green+Blue) = 195+97+46=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3612E is #3C9ED1. Grayscale: #787878. Windows color (decimal): -3972818 or 3039683. OLE color: 3039683.
HSL color Cylindrical-coordinate representation of color #C3612E: hue angle of 20.54º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3612E is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 46 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.24 |
| HSL | 20.54º | 0.62% | 0.47% | - |
| HSV(B) | 20.54º | 0.76% | 0.76% | - |
| XYZ | 27.27 | 20.35 | 5.07 | - |
| YUV | 120.49 | 85.97 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 46 | 0 | 0.50 | 0.76 | 0.24 | 20.54 | 0.62 | 0.47 |
| Hex | C3 | 61 | 2E | 0 | 32 | 4C | 18 | 15 | 3E | 2F |
| Octal | 303 | 141 | 56 | 0 | 62 | 114 | 30 | 25 | 76 | 57 |
| Binary | 11000011 | 1100001 | 101110 | 0 | 110010 | 1001100 | 11000 | 10101 | 111110 | 101111 |
Color Harmonies of #C3612E
Complementary color
Monochromatic Colors of #C3612E
Black with #C3612E
Text Example
Text Example
White with #C3612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3612E; }
p { color: rgb(195,97,46); }
H1.HeaderClassName
{
color: #C3612E;
}
.AnyTagClassName
{
color: #C3612E;
}
</style>
background-color css
<style>
a { background-color: #C3612E; }
a { background-color: rgb(195,97,46); }
div.DivClassName
{
background-color: #C3612E;
}
.BgClassName
{
background-color: #C3612E;
}
</style>
border-color css
<style>
span { border-color: #C3612E; }
span { border-color: rgb(195,97,46); }
td.TdClassName
{
border-color: #C3612E;
}
.TagClassName
{
border-color: #C3612E;
}
</style>