Shades of Christine #C06327
Tints of Christine #C06327
RGB
CMYK
RGB Variations
Color information
#C06327 (or 0xC06327) is known color: Christine. HEX triplet: C0, 63 and 27. RGB value is (192,99,39). Sum of RGB (Red+Green+Blue) = 192+99+39=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C06327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06327 is #3F9CD8. Grayscale: #787878. Windows color (decimal): -4168921 or 2581440. OLE color: 2581440.
HSL color Cylindrical-coordinate representation of color #C06327: hue angle of 23.53º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C06327 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 39 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.25 |
| HSL | 23.53º | 0.66% | 0.45% | - |
| HSV(B) | 23.53º | 0.8% | 0.75% | - |
| XYZ | 26.57 | 20.28 | 4.43 | - |
| YUV | 119.97 | 82.31 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 39 | 0 | 0.48 | 0.80 | 0.25 | 23.53 | 0.66 | 0.45 |
| Hex | C0 | 63 | 27 | 0 | 30 | 50 | 19 | 18 | 42 | 2D |
| Octal | 300 | 143 | 47 | 0 | 60 | 120 | 31 | 30 | 102 | 55 |
| Binary | 11000000 | 1100011 | 100111 | 0 | 110000 | 1010000 | 11001 | 11000 | 1000010 | 101101 |
Color Harmonies of #C06327
Complementary color
Monochromatic Colors of #C06327
Black with #C06327
Text Example
Text Example
White with #C06327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06327; }
p { color: rgb(192,99,39); }
H1.HeaderClassName
{
color: #C06327;
}
.AnyTagClassName
{
color: #C06327;
}
</style>
background-color css
<style>
a { background-color: #C06327; }
a { background-color: rgb(192,99,39); }
div.DivClassName
{
background-color: #C06327;
}
.BgClassName
{
background-color: #C06327;
}
</style>
border-color css
<style>
span { border-color: #C06327; }
span { border-color: rgb(192,99,39); }
td.TdClassName
{
border-color: #C06327;
}
.TagClassName
{
border-color: #C06327;
}
</style>