Shades of Christine #C06328
Tints of Christine #C06328
RGB
CMYK
RGB Variations
Color information
#C06328 (or 0xC06328) is known color: Christine. HEX triplet: C0, 63 and 28. RGB value is (192,99,40). Sum of RGB (Red+Green+Blue) = 192+99+40=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C06328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06328 is #3F9CD7. Grayscale: #787878. Windows color (decimal): -4168920 or 2646976. OLE color: 2646976.
HSL color Cylindrical-coordinate representation of color #C06328: hue angle of 23.29º 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 #C06328 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 40 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.25 |
| HSL | 23.29º | 0.66% | 0.45% | - |
| HSV(B) | 23.29º | 0.79% | 0.75% | - |
| XYZ | 26.58 | 20.28 | 4.52 | - |
| YUV | 120.08 | 82.81 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 40 | 0 | 0.48 | 0.79 | 0.25 | 23.29 | 0.66 | 0.45 |
| Hex | C0 | 63 | 28 | 0 | 30 | 4F | 19 | 17 | 42 | 2D |
| Octal | 300 | 143 | 50 | 0 | 60 | 117 | 31 | 27 | 102 | 55 |
| Binary | 11000000 | 1100011 | 101000 | 0 | 110000 | 1001111 | 11001 | 10111 | 1000010 | 101101 |
Color Harmonies of #C06328
Complementary color
Monochromatic Colors of #C06328
Black with #C06328
Text Example
Text Example
White with #C06328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06328; }
p { color: rgb(192,99,40); }
H1.HeaderClassName
{
color: #C06328;
}
.AnyTagClassName
{
color: #C06328;
}
</style>
background-color css
<style>
a { background-color: #C06328; }
a { background-color: rgb(192,99,40); }
div.DivClassName
{
background-color: #C06328;
}
.BgClassName
{
background-color: #C06328;
}
</style>
border-color css
<style>
span { border-color: #C06328; }
span { border-color: rgb(192,99,40); }
td.TdClassName
{
border-color: #C06328;
}
.TagClassName
{
border-color: #C06328;
}
</style>