Shades of Christine #C4612B
Tints of Christine #C4612B
RGB
CMYK
RGB Variations
Color information
#C4612B (or 0xC4612B) is known color: Christine. HEX triplet: C4, 61 and 2B. RGB value is (196,97,43). Sum of RGB (Red+Green+Blue) = 196+97+43=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C4612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4612B is #3B9ED4. Grayscale: #787878. Windows color (decimal): -3907285 or 2843076. OLE color: 2843076.
HSL color Cylindrical-coordinate representation of color #C4612B: hue angle of 21.18º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4612B is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 43 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.23 |
| HSL | 21.18º | 0.64% | 0.47% | - |
| HSV(B) | 21.18º | 0.78% | 0.77% | - |
| XYZ | 27.48 | 20.46 | 4.79 | - |
| YUV | 120.45 | 84.3 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 43 | 0 | 0.51 | 0.78 | 0.23 | 21.18 | 0.64 | 0.47 |
| Hex | C4 | 61 | 2B | 0 | 33 | 4E | 17 | 15 | 40 | 2F |
| Octal | 304 | 141 | 53 | 0 | 63 | 116 | 27 | 25 | 100 | 57 |
| Binary | 11000100 | 1100001 | 101011 | 0 | 110011 | 1001110 | 10111 | 10101 | 1000000 | 101111 |
Color Harmonies of #C4612B
Complementary color
Monochromatic Colors of #C4612B
Black with #C4612B
Text Example
Text Example
White with #C4612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4612B; }
p { color: rgb(196,97,43); }
H1.HeaderClassName
{
color: #C4612B;
}
.AnyTagClassName
{
color: #C4612B;
}
</style>
background-color css
<style>
a { background-color: #C4612B; }
a { background-color: rgb(196,97,43); }
div.DivClassName
{
background-color: #C4612B;
}
.BgClassName
{
background-color: #C4612B;
}
</style>
border-color css
<style>
span { border-color: #C4612B; }
span { border-color: rgb(196,97,43); }
td.TdClassName
{
border-color: #C4612B;
}
.TagClassName
{
border-color: #C4612B;
}
</style>