Shades of Christine #C45D26
Tints of Christine #C45D26
RGB
CMYK
RGB Variations
Color information
#C45D26 (or 0xC45D26) is known color: Christine. HEX triplet: C4, 5D and 26. RGB value is (196,93,38). Sum of RGB (Red+Green+Blue) = 196+93+38=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45D26 is #3BA2D9. Grayscale: #757575. Windows color (decimal): -3908314 or 2514372. OLE color: 2514372.
HSL color Cylindrical-coordinate representation of color #C45D26: hue angle of 20.89º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C45D26 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 38 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.23 |
| HSL | 20.89º | 0.68% | 0.46% | - |
| HSV(B) | 20.89º | 0.81% | 0.77% | - |
| XYZ | 27.03 | 19.7 | 4.21 | - |
| YUV | 117.53 | 83.12 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 38 | 0 | 0.53 | 0.81 | 0.23 | 20.89 | 0.68 | 0.46 |
| Hex | C4 | 5D | 26 | 0 | 35 | 51 | 17 | 15 | 44 | 2E |
| Octal | 304 | 135 | 46 | 0 | 65 | 121 | 27 | 25 | 104 | 56 |
| Binary | 11000100 | 1011101 | 100110 | 0 | 110101 | 1010001 | 10111 | 10101 | 1000100 | 101110 |
Color Harmonies of #C45D26
Complementary color
Monochromatic Colors of #C45D26
Black with #C45D26
Text Example
Text Example
White with #C45D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D26; }
p { color: rgb(196,93,38); }
H1.HeaderClassName
{
color: #C45D26;
}
.AnyTagClassName
{
color: #C45D26;
}
</style>
background-color css
<style>
a { background-color: #C45D26; }
a { background-color: rgb(196,93,38); }
div.DivClassName
{
background-color: #C45D26;
}
.BgClassName
{
background-color: #C45D26;
}
</style>
border-color css
<style>
span { border-color: #C45D26; }
span { border-color: rgb(196,93,38); }
td.TdClassName
{
border-color: #C45D26;
}
.TagClassName
{
border-color: #C45D26;
}
</style>