Shades of Christine #C45C28
Tints of Christine #C45C28
RGB
CMYK
RGB Variations
Color information
#C45C28 (or 0xC45C28) is known color: Christine. HEX triplet: C4, 5C and 28. RGB value is (196,92,40). Sum of RGB (Red+Green+Blue) = 196+92+40=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45C28 is #3BA3D7. Grayscale: #757575. Windows color (decimal): -3908568 or 2645188. OLE color: 2645188.
HSL color Cylindrical-coordinate representation of color #C45C28: hue angle of 20º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C45C28 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 40 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.23 |
| HSL | 20º | 0.66% | 0.46% | - |
| HSV(B) | 20º | 0.8% | 0.77% | - |
| XYZ | 26.98 | 19.54 | 4.36 | - |
| YUV | 117.17 | 84.46 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 40 | 0 | 0.53 | 0.80 | 0.23 | 20 | 0.66 | 0.46 |
| Hex | C4 | 5C | 28 | 0 | 35 | 50 | 17 | 14 | 42 | 2E |
| Octal | 304 | 134 | 50 | 0 | 65 | 120 | 27 | 24 | 102 | 56 |
| Binary | 11000100 | 1011100 | 101000 | 0 | 110101 | 1010000 | 10111 | 10100 | 1000010 | 101110 |
Color Harmonies of #C45C28
Complementary color
Monochromatic Colors of #C45C28
Black with #C45C28
Text Example
Text Example
White with #C45C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C28; }
p { color: rgb(196,92,40); }
H1.HeaderClassName
{
color: #C45C28;
}
.AnyTagClassName
{
color: #C45C28;
}
</style>
background-color css
<style>
a { background-color: #C45C28; }
a { background-color: rgb(196,92,40); }
div.DivClassName
{
background-color: #C45C28;
}
.BgClassName
{
background-color: #C45C28;
}
</style>
border-color css
<style>
span { border-color: #C45C28; }
span { border-color: rgb(196,92,40); }
td.TdClassName
{
border-color: #C45C28;
}
.TagClassName
{
border-color: #C45C28;
}
</style>