Shades of Christine #C45C27
Tints of Christine #C45C27
RGB
CMYK
RGB Variations
Color information
#C45C27 (or 0xC45C27) is known color: Christine. HEX triplet: C4, 5C and 27. RGB value is (196,92,39). Sum of RGB (Red+Green+Blue) = 196+92+39=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45C27 is #3BA3D8. Grayscale: #757575. Windows color (decimal): -3908569 or 2579652. OLE color: 2579652.
HSL color Cylindrical-coordinate representation of color #C45C27: hue angle of 20.25º degrees, saturation: 0.67, 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 #C45C27 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 39 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.23 |
| HSL | 20.25º | 0.67% | 0.46% | - |
| HSV(B) | 20.25º | 0.8% | 0.77% | - |
| XYZ | 26.96 | 19.54 | 4.27 | - |
| YUV | 117.05 | 83.96 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 39 | 0 | 0.53 | 0.80 | 0.23 | 20.25 | 0.67 | 0.46 |
| Hex | C4 | 5C | 27 | 0 | 35 | 50 | 17 | 14 | 43 | 2E |
| Octal | 304 | 134 | 47 | 0 | 65 | 120 | 27 | 24 | 103 | 56 |
| Binary | 11000100 | 1011100 | 100111 | 0 | 110101 | 1010000 | 10111 | 10100 | 1000011 | 101110 |
Color Harmonies of #C45C27
Complementary color
Monochromatic Colors of #C45C27
Black with #C45C27
Text Example
Text Example
White with #C45C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C27; }
p { color: rgb(196,92,39); }
H1.HeaderClassName
{
color: #C45C27;
}
.AnyTagClassName
{
color: #C45C27;
}
</style>
background-color css
<style>
a { background-color: #C45C27; }
a { background-color: rgb(196,92,39); }
div.DivClassName
{
background-color: #C45C27;
}
.BgClassName
{
background-color: #C45C27;
}
</style>
border-color css
<style>
span { border-color: #C45C27; }
span { border-color: rgb(196,92,39); }
td.TdClassName
{
border-color: #C45C27;
}
.TagClassName
{
border-color: #C45C27;
}
</style>