Shades of Christine #C06620
Tints of Christine #C06620
RGB
CMYK
RGB Variations
Color information
#C06620 (or 0xC06620) is known color: Christine. HEX triplet: C0, 66 and 20. RGB value is (192,102,32). Sum of RGB (Red+Green+Blue) = 192+102+32=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C06620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06620 is #3F99DF. Grayscale: #797979. Windows color (decimal): -4168160 or 2123456. OLE color: 2123456.
HSL color Cylindrical-coordinate representation of color #C06620: hue angle of 26.25º 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 #C06620 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 32 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.25 |
| HSL | 26.25º | 0.71% | 0.44% | - |
| HSV(B) | 26.25º | 0.83% | 0.75% | - |
| XYZ | 26.75 | 20.81 | 3.97 | - |
| YUV | 120.93 | 77.82 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 32 | 0 | 0.47 | 0.83 | 0.25 | 26.25 | 0.71 | 0.44 |
| Hex | C0 | 66 | 20 | 0 | 2F | 53 | 19 | 1A | 47 | 2C |
| Octal | 300 | 146 | 40 | 0 | 57 | 123 | 31 | 32 | 107 | 54 |
| Binary | 11000000 | 1100110 | 100000 | 0 | 101111 | 1010011 | 11001 | 11010 | 1000111 | 101100 |
Color Harmonies of #C06620
Complementary color
Monochromatic Colors of #C06620
Black with #C06620
Text Example
Text Example
White with #C06620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06620; }
p { color: rgb(192,102,32); }
H1.HeaderClassName
{
color: #C06620;
}
.AnyTagClassName
{
color: #C06620;
}
</style>
background-color css
<style>
a { background-color: #C06620; }
a { background-color: rgb(192,102,32); }
div.DivClassName
{
background-color: #C06620;
}
.BgClassName
{
background-color: #C06620;
}
</style>
border-color css
<style>
span { border-color: #C06620; }
span { border-color: rgb(192,102,32); }
td.TdClassName
{
border-color: #C06620;
}
.TagClassName
{
border-color: #C06620;
}
</style>