Shades of Christine #C45C20
Tints of Christine #C45C20
RGB
CMYK
RGB Variations
Color information
#C45C20 (or 0xC45C20) is known color: Christine. HEX triplet: C4, 5C and 20. RGB value is (196,92,32). Sum of RGB (Red+Green+Blue) = 196+92+32=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45C20 is #3BA3DF. Grayscale: #747474. Windows color (decimal): -3908576 or 2120900. OLE color: 2120900.
HSL color Cylindrical-coordinate representation of color #C45C20: hue angle of 21.95º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C45C20 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 32 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.23 |
| HSL | 21.95º | 0.72% | 0.45% | - |
| HSV(B) | 21.95º | 0.84% | 0.77% | - |
| XYZ | 26.85 | 19.49 | 3.71 | - |
| YUV | 116.26 | 80.46 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 32 | 0 | 0.53 | 0.84 | 0.23 | 21.95 | 0.72 | 0.45 |
| Hex | C4 | 5C | 20 | 0 | 35 | 54 | 17 | 16 | 48 | 2D |
| Octal | 304 | 134 | 40 | 0 | 65 | 124 | 27 | 26 | 110 | 55 |
| Binary | 11000100 | 1011100 | 100000 | 0 | 110101 | 1010100 | 10111 | 10110 | 1001000 | 101101 |
Color Harmonies of #C45C20
Complementary color
Monochromatic Colors of #C45C20
Black with #C45C20
Text Example
Text Example
White with #C45C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C20; }
p { color: rgb(196,92,32); }
H1.HeaderClassName
{
color: #C45C20;
}
.AnyTagClassName
{
color: #C45C20;
}
</style>
background-color css
<style>
a { background-color: #C45C20; }
a { background-color: rgb(196,92,32); }
div.DivClassName
{
background-color: #C45C20;
}
.BgClassName
{
background-color: #C45C20;
}
</style>
border-color css
<style>
span { border-color: #C45C20; }
span { border-color: rgb(196,92,32); }
td.TdClassName
{
border-color: #C45C20;
}
.TagClassName
{
border-color: #C45C20;
}
</style>