Shades of Christine #C06420
Tints of Christine #C06420
RGB
CMYK
RGB Variations
Color information
#C06420 (or 0xC06420) is known color: Christine. HEX triplet: C0, 64 and 20. RGB value is (192,100,32). Sum of RGB (Red+Green+Blue) = 192+100+32=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C06420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06420 is #3F9BDF. Grayscale: #787878. Windows color (decimal): -4168672 or 2122944. OLE color: 2122944.
HSL color Cylindrical-coordinate representation of color #C06420: hue angle of 25.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C06420 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 32 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.25 |
| HSL | 25.5º | 0.71% | 0.44% | - |
| HSV(B) | 25.5º | 0.83% | 0.75% | - |
| XYZ | 26.56 | 20.43 | 3.91 | - |
| YUV | 119.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 32 | 0 | 0.48 | 0.83 | 0.25 | 25.5 | 0.71 | 0.44 |
| Hex | C0 | 64 | 20 | 0 | 30 | 53 | 19 | 1A | 47 | 2C |
| Octal | 300 | 144 | 40 | 0 | 60 | 123 | 31 | 32 | 107 | 54 |
| Binary | 11000000 | 1100100 | 100000 | 0 | 110000 | 1010011 | 11001 | 11010 | 1000111 | 101100 |
Color Harmonies of #C06420
Complementary color
Monochromatic Colors of #C06420
Black with #C06420
Text Example
Text Example
White with #C06420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06420; }
p { color: rgb(192,100,32); }
H1.HeaderClassName
{
color: #C06420;
}
.AnyTagClassName
{
color: #C06420;
}
</style>
background-color css
<style>
a { background-color: #C06420; }
a { background-color: rgb(192,100,32); }
div.DivClassName
{
background-color: #C06420;
}
.BgClassName
{
background-color: #C06420;
}
</style>
border-color css
<style>
span { border-color: #C06420; }
span { border-color: rgb(192,100,32); }
td.TdClassName
{
border-color: #C06420;
}
.TagClassName
{
border-color: #C06420;
}
</style>