Shades of Christine #C4551D
Tints of Christine #C4551D
RGB
CMYK
RGB Variations
Color information
#C4551D (or 0xC4551D) is known color: Christine. HEX triplet: C4, 55 and 1D. RGB value is (196,85,29). Sum of RGB (Red+Green+Blue) = 196+85+29=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4551D is #3BAAE2. Grayscale: #707070. Windows color (decimal): -3910371 or 1922500. OLE color: 1922500.
HSL color Cylindrical-coordinate representation of color #C4551D: hue angle of 20.12º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4551D is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 29 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.23 |
| HSL | 20.12º | 0.74% | 0.44% | - |
| HSV(B) | 20.12º | 0.85% | 0.77% | - |
| XYZ | 26.24 | 18.32 | 3.32 | - |
| YUV | 111.81 | 81.27 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 29 | 0 | 0.57 | 0.85 | 0.23 | 20.12 | 0.74 | 0.44 |
| Hex | C4 | 55 | 1D | 0 | 39 | 55 | 17 | 14 | 4A | 2C |
| Octal | 304 | 125 | 35 | 0 | 71 | 125 | 27 | 24 | 112 | 54 |
| Binary | 11000100 | 1010101 | 11101 | 0 | 111001 | 1010101 | 10111 | 10100 | 1001010 | 101100 |
Color Harmonies of #C4551D
Complementary color
Monochromatic Colors of #C4551D
Black with #C4551D
Text Example
Text Example
White with #C4551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4551D; }
p { color: rgb(196,85,29); }
H1.HeaderClassName
{
color: #C4551D;
}
.AnyTagClassName
{
color: #C4551D;
}
</style>
background-color css
<style>
a { background-color: #C4551D; }
a { background-color: rgb(196,85,29); }
div.DivClassName
{
background-color: #C4551D;
}
.BgClassName
{
background-color: #C4551D;
}
</style>
border-color css
<style>
span { border-color: #C4551D; }
span { border-color: rgb(196,85,29); }
td.TdClassName
{
border-color: #C4551D;
}
.TagClassName
{
border-color: #C4551D;
}
</style>