Shades of Christine #C06824
Tints of Christine #C06824
RGB
CMYK
RGB Variations
Color information
#C06824 (or 0xC06824) is known color: Christine. HEX triplet: C0, 68 and 24. RGB value is (192,104,36). Sum of RGB (Red+Green+Blue) = 192+104+36=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C06824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06824 is #3F97DB. Grayscale: #7A7A7A. Windows color (decimal): -4167644 or 2386112. OLE color: 2386112.
HSL color Cylindrical-coordinate representation of color #C06824: hue angle of 26.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C06824 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 36 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.25 |
| HSL | 26.15º | 0.68% | 0.45% | - |
| HSV(B) | 26.15º | 0.81% | 0.75% | - |
| XYZ | 27.01 | 21.23 | 4.34 | - |
| YUV | 122.56 | 79.15 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 36 | 0 | 0.46 | 0.81 | 0.25 | 26.15 | 0.68 | 0.45 |
| Hex | C0 | 68 | 24 | 0 | 2E | 51 | 19 | 1A | 44 | 2D |
| Octal | 300 | 150 | 44 | 0 | 56 | 121 | 31 | 32 | 104 | 55 |
| Binary | 11000000 | 1101000 | 100100 | 0 | 101110 | 1010001 | 11001 | 11010 | 1000100 | 101101 |
Color Harmonies of #C06824
Complementary color
Monochromatic Colors of #C06824
Black with #C06824
Text Example
Text Example
White with #C06824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06824; }
p { color: rgb(192,104,36); }
H1.HeaderClassName
{
color: #C06824;
}
.AnyTagClassName
{
color: #C06824;
}
</style>
background-color css
<style>
a { background-color: #C06824; }
a { background-color: rgb(192,104,36); }
div.DivClassName
{
background-color: #C06824;
}
.BgClassName
{
background-color: #C06824;
}
</style>
border-color css
<style>
span { border-color: #C06824; }
span { border-color: rgb(192,104,36); }
td.TdClassName
{
border-color: #C06824;
}
.TagClassName
{
border-color: #C06824;
}
</style>