Shades of Christine #C45B2B
Tints of Christine #C45B2B
RGB
CMYK
RGB Variations
Color information
#C45B2B (or 0xC45B2B) is known color: Christine. HEX triplet: C4, 5B and 2B. RGB value is (196,91,43). Sum of RGB (Red+Green+Blue) = 196+91+43=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45B2B is #3BA4D4. Grayscale: #757575. Windows color (decimal): -3908821 or 2841540. OLE color: 2841540.
HSL color Cylindrical-coordinate representation of color #C45B2B: hue angle of 18.82º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C45B2B is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 43 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.23 |
| HSL | 18.82º | 0.64% | 0.47% | - |
| HSV(B) | 18.82º | 0.78% | 0.77% | - |
| XYZ | 26.94 | 19.39 | 4.61 | - |
| YUV | 116.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 43 | 0 | 0.54 | 0.78 | 0.23 | 18.82 | 0.64 | 0.47 |
| Hex | C4 | 5B | 2B | 0 | 36 | 4E | 17 | 13 | 40 | 2F |
| Octal | 304 | 133 | 53 | 0 | 66 | 116 | 27 | 23 | 100 | 57 |
| Binary | 11000100 | 1011011 | 101011 | 0 | 110110 | 1001110 | 10111 | 10011 | 1000000 | 101111 |
Color Harmonies of #C45B2B
Complementary color
Monochromatic Colors of #C45B2B
Black with #C45B2B
Text Example
Text Example
White with #C45B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45B2B; }
p { color: rgb(196,91,43); }
H1.HeaderClassName
{
color: #C45B2B;
}
.AnyTagClassName
{
color: #C45B2B;
}
</style>
background-color css
<style>
a { background-color: #C45B2B; }
a { background-color: rgb(196,91,43); }
div.DivClassName
{
background-color: #C45B2B;
}
.BgClassName
{
background-color: #C45B2B;
}
</style>
border-color css
<style>
span { border-color: #C45B2B; }
span { border-color: rgb(196,91,43); }
td.TdClassName
{
border-color: #C45B2B;
}
.TagClassName
{
border-color: #C45B2B;
}
</style>