Shades of Christine #C45D2B
Tints of Christine #C45D2B
RGB
CMYK
RGB Variations
Color information
#C45D2B (or 0xC45D2B) is known color: Christine. HEX triplet: C4, 5D and 2B. RGB value is (196,93,43). Sum of RGB (Red+Green+Blue) = 196+93+43=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45D2B is #3BA2D4. Grayscale: #767676. Windows color (decimal): -3908309 or 2842052. OLE color: 2842052.
HSL color Cylindrical-coordinate representation of color #C45D2B: hue angle of 19.61º 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 #C45D2B is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 43 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.23 |
| HSL | 19.61º | 0.64% | 0.47% | - |
| HSV(B) | 19.61º | 0.78% | 0.77% | - |
| XYZ | 27.12 | 19.74 | 4.67 | - |
| YUV | 118.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 43 | 0 | 0.53 | 0.78 | 0.23 | 19.61 | 0.64 | 0.47 |
| Hex | C4 | 5D | 2B | 0 | 35 | 4E | 17 | 14 | 40 | 2F |
| Octal | 304 | 135 | 53 | 0 | 65 | 116 | 27 | 24 | 100 | 57 |
| Binary | 11000100 | 1011101 | 101011 | 0 | 110101 | 1001110 | 10111 | 10100 | 1000000 | 101111 |
Color Harmonies of #C45D2B
Complementary color
Monochromatic Colors of #C45D2B
Black with #C45D2B
Text Example
Text Example
White with #C45D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D2B; }
p { color: rgb(196,93,43); }
H1.HeaderClassName
{
color: #C45D2B;
}
.AnyTagClassName
{
color: #C45D2B;
}
</style>
background-color css
<style>
a { background-color: #C45D2B; }
a { background-color: rgb(196,93,43); }
div.DivClassName
{
background-color: #C45D2B;
}
.BgClassName
{
background-color: #C45D2B;
}
</style>
border-color css
<style>
span { border-color: #C45D2B; }
span { border-color: rgb(196,93,43); }
td.TdClassName
{
border-color: #C45D2B;
}
.TagClassName
{
border-color: #C45D2B;
}
</style>