Shades of Christine #C45B23
Tints of Christine #C45B23
RGB
CMYK
RGB Variations
Color information
#C45B23 (or 0xC45B23) is known color: Christine. HEX triplet: C4, 5B and 23. RGB value is (196,91,35). Sum of RGB (Red+Green+Blue) = 196+91+35=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45B23 is #3BA4DC. Grayscale: #747474. Windows color (decimal): -3908829 or 2317252. OLE color: 2317252.
HSL color Cylindrical-coordinate representation of color #C45B23: hue angle of 20.87º 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 #C45B23 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 35 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.23 |
| HSL | 20.87º | 0.7% | 0.45% | - |
| HSV(B) | 20.87º | 0.82% | 0.77% | - |
| XYZ | 26.81 | 19.34 | 3.91 | - |
| YUV | 116.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 35 | 0 | 0.54 | 0.82 | 0.23 | 20.87 | 0.7 | 0.45 |
| Hex | C4 | 5B | 23 | 0 | 36 | 52 | 17 | 15 | 46 | 2D |
| Octal | 304 | 133 | 43 | 0 | 66 | 122 | 27 | 25 | 106 | 55 |
| Binary | 11000100 | 1011011 | 100011 | 0 | 110110 | 1010010 | 10111 | 10101 | 1000110 | 101101 |
Color Harmonies of #C45B23
Complementary color
Monochromatic Colors of #C45B23
Black with #C45B23
Text Example
Text Example
White with #C45B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45B23; }
p { color: rgb(196,91,35); }
H1.HeaderClassName
{
color: #C45B23;
}
.AnyTagClassName
{
color: #C45B23;
}
</style>
background-color css
<style>
a { background-color: #C45B23; }
a { background-color: rgb(196,91,35); }
div.DivClassName
{
background-color: #C45B23;
}
.BgClassName
{
background-color: #C45B23;
}
</style>
border-color css
<style>
span { border-color: #C45B23; }
span { border-color: rgb(196,91,35); }
td.TdClassName
{
border-color: #C45B23;
}
.TagClassName
{
border-color: #C45B23;
}
</style>