Shades of Christine #C06228
Tints of Christine #C06228
RGB
CMYK
RGB Variations
Color information
#C06228 (or 0xC06228) is known color: Christine. HEX triplet: C0, 62 and 28. RGB value is (192,98,40). Sum of RGB (Red+Green+Blue) = 192+98+40=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C06228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06228 is #3F9DD7. Grayscale: #777777. Windows color (decimal): -4169176 or 2646720. OLE color: 2646720.
HSL color Cylindrical-coordinate representation of color #C06228: hue angle of 22.89º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C06228 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 40 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.25 |
| HSL | 22.89º | 0.66% | 0.45% | - |
| HSV(B) | 22.89º | 0.79% | 0.75% | - |
| XYZ | 26.49 | 20.1 | 4.49 | - |
| YUV | 119.49 | 83.14 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 40 | 0 | 0.49 | 0.79 | 0.25 | 22.89 | 0.66 | 0.45 |
| Hex | C0 | 62 | 28 | 0 | 31 | 4F | 19 | 17 | 42 | 2D |
| Octal | 300 | 142 | 50 | 0 | 61 | 117 | 31 | 27 | 102 | 55 |
| Binary | 11000000 | 1100010 | 101000 | 0 | 110001 | 1001111 | 11001 | 10111 | 1000010 | 101101 |
Color Harmonies of #C06228
Complementary color
Monochromatic Colors of #C06228
Black with #C06228
Text Example
Text Example
White with #C06228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06228; }
p { color: rgb(192,98,40); }
H1.HeaderClassName
{
color: #C06228;
}
.AnyTagClassName
{
color: #C06228;
}
</style>
background-color css
<style>
a { background-color: #C06228; }
a { background-color: rgb(192,98,40); }
div.DivClassName
{
background-color: #C06228;
}
.BgClassName
{
background-color: #C06228;
}
</style>
border-color css
<style>
span { border-color: #C06228; }
span { border-color: rgb(192,98,40); }
td.TdClassName
{
border-color: #C06228;
}
.TagClassName
{
border-color: #C06228;
}
</style>