Shades of Christine #C4642F
Tints of Christine #C4642F
RGB
CMYK
RGB Variations
Color information
#C4642F (or 0xC4642F) is known color: Christine. HEX triplet: C4, 64 and 2F. RGB value is (196,100,47). Sum of RGB (Red+Green+Blue) = 196+100+47=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C4642F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4642F is #3B9BD0. Grayscale: #7A7A7A. Windows color (decimal): -3906513 or 3105988. OLE color: 3105988.
HSL color Cylindrical-coordinate representation of color #C4642F: hue angle of 21.34º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4642F is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 100 | 47 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.23 |
| HSL | 21.34º | 0.61% | 0.48% | - |
| HSV(B) | 21.34º | 0.76% | 0.77% | - |
| XYZ | 27.84 | 21.06 | 5.29 | - |
| YUV | 122.66 | 85.3 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 47 | 0 | 0.49 | 0.76 | 0.23 | 21.34 | 0.61 | 0.48 |
| Hex | C4 | 64 | 2F | 0 | 31 | 4C | 17 | 15 | 3D | 30 |
| Octal | 304 | 144 | 57 | 0 | 61 | 114 | 27 | 25 | 75 | 60 |
| Binary | 11000100 | 1100100 | 101111 | 0 | 110001 | 1001100 | 10111 | 10101 | 111101 | 110000 |
Color Harmonies of #C4642F
Complementary color
Monochromatic Colors of #C4642F
Black with #C4642F
Text Example
Text Example
White with #C4642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4642F; }
p { color: rgb(196,100,47); }
H1.HeaderClassName
{
color: #C4642F;
}
.AnyTagClassName
{
color: #C4642F;
}
</style>
background-color css
<style>
a { background-color: #C4642F; }
a { background-color: rgb(196,100,47); }
div.DivClassName
{
background-color: #C4642F;
}
.BgClassName
{
background-color: #C4642F;
}
</style>
border-color css
<style>
span { border-color: #C4642F; }
span { border-color: rgb(196,100,47); }
td.TdClassName
{
border-color: #C4642F;
}
.TagClassName
{
border-color: #C4642F;
}
</style>