Shades of Christine #C45A20
Tints of Christine #C45A20
RGB
CMYK
RGB Variations
Color information
#C45A20 (or 0xC45A20) is known color: Christine. HEX triplet: C4, 5A and 20. RGB value is (196,90,32). Sum of RGB (Red+Green+Blue) = 196+90+32=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A20 is #3BA5DF. Grayscale: #737373. Windows color (decimal): -3909088 or 2120388. OLE color: 2120388.
HSL color Cylindrical-coordinate representation of color #C45A20: hue angle of 21.22º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C45A20 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 32 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.23 |
| HSL | 21.22º | 0.72% | 0.45% | - |
| HSV(B) | 21.22º | 0.84% | 0.77% | - |
| XYZ | 26.68 | 19.15 | 3.66 | - |
| YUV | 115.08 | 81.12 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 32 | 0 | 0.54 | 0.84 | 0.23 | 21.22 | 0.72 | 0.45 |
| Hex | C4 | 5A | 20 | 0 | 36 | 54 | 17 | 15 | 48 | 2D |
| Octal | 304 | 132 | 40 | 0 | 66 | 124 | 27 | 25 | 110 | 55 |
| Binary | 11000100 | 1011010 | 100000 | 0 | 110110 | 1010100 | 10111 | 10101 | 1001000 | 101101 |
Color Harmonies of #C45A20
Complementary color
Monochromatic Colors of #C45A20
Black with #C45A20
Text Example
Text Example
White with #C45A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A20; }
p { color: rgb(196,90,32); }
H1.HeaderClassName
{
color: #C45A20;
}
.AnyTagClassName
{
color: #C45A20;
}
</style>
background-color css
<style>
a { background-color: #C45A20; }
a { background-color: rgb(196,90,32); }
div.DivClassName
{
background-color: #C45A20;
}
.BgClassName
{
background-color: #C45A20;
}
</style>
border-color css
<style>
span { border-color: #C45A20; }
span { border-color: rgb(196,90,32); }
td.TdClassName
{
border-color: #C45A20;
}
.TagClassName
{
border-color: #C45A20;
}
</style>