Shades of Christine #C45C23
Tints of Christine #C45C23
RGB
CMYK
RGB Variations
Color information
#C45C23 (or 0xC45C23) is known color: Christine. HEX triplet: C4, 5C and 23. RGB value is (196,92,35). Sum of RGB (Red+Green+Blue) = 196+92+35=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45C23 is #3BA3DC. Grayscale: #747474. Windows color (decimal): -3908573 or 2317508. OLE color: 2317508.
HSL color Cylindrical-coordinate representation of color #C45C23: hue angle of 21.24º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C45C23 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 35 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.23 |
| HSL | 21.24º | 0.7% | 0.45% | - |
| HSV(B) | 21.24º | 0.82% | 0.77% | - |
| XYZ | 26.9 | 19.51 | 3.94 | - |
| YUV | 116.6 | 81.96 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 35 | 0 | 0.53 | 0.82 | 0.23 | 21.24 | 0.7 | 0.45 |
| Hex | C4 | 5C | 23 | 0 | 35 | 52 | 17 | 15 | 46 | 2D |
| Octal | 304 | 134 | 43 | 0 | 65 | 122 | 27 | 25 | 106 | 55 |
| Binary | 11000100 | 1011100 | 100011 | 0 | 110101 | 1010010 | 10111 | 10101 | 1000110 | 101101 |
Color Harmonies of #C45C23
Complementary color
Monochromatic Colors of #C45C23
Black with #C45C23
Text Example
Text Example
White with #C45C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C23; }
p { color: rgb(196,92,35); }
H1.HeaderClassName
{
color: #C45C23;
}
.AnyTagClassName
{
color: #C45C23;
}
</style>
background-color css
<style>
a { background-color: #C45C23; }
a { background-color: rgb(196,92,35); }
div.DivClassName
{
background-color: #C45C23;
}
.BgClassName
{
background-color: #C45C23;
}
</style>
border-color css
<style>
span { border-color: #C45C23; }
span { border-color: rgb(196,92,35); }
td.TdClassName
{
border-color: #C45C23;
}
.TagClassName
{
border-color: #C45C23;
}
</style>