Shades of Christine #C05623
Tints of Christine #C05623
RGB
CMYK
RGB Variations
Color information
#C05623 (or 0xC05623) is known color: Christine. HEX triplet: C0, 56 and 23. RGB value is (192,86,35). Sum of RGB (Red+Green+Blue) = 192+86+35=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C05623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05623 is #3FA9DC. Grayscale: #707070. Windows color (decimal): -4172253 or 2315968. OLE color: 2315968.
HSL color Cylindrical-coordinate representation of color #C05623: hue angle of 19.49º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C05623 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 35 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.25 |
| HSL | 19.49º | 0.69% | 0.45% | - |
| HSV(B) | 19.49º | 0.82% | 0.75% | - |
| XYZ | 25.37 | 17.98 | 3.72 | - |
| YUV | 111.88 | 84.62 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 35 | 0 | 0.55 | 0.82 | 0.25 | 19.49 | 0.69 | 0.45 |
| Hex | C0 | 56 | 23 | 0 | 37 | 52 | 19 | 13 | 45 | 2D |
| Octal | 300 | 126 | 43 | 0 | 67 | 122 | 31 | 23 | 105 | 55 |
| Binary | 11000000 | 1010110 | 100011 | 0 | 110111 | 1010010 | 11001 | 10011 | 1000101 | 101101 |
Color Harmonies of #C05623
Complementary color
Monochromatic Colors of #C05623
Black with #C05623
Text Example
Text Example
White with #C05623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05623; }
p { color: rgb(192,86,35); }
H1.HeaderClassName
{
color: #C05623;
}
.AnyTagClassName
{
color: #C05623;
}
</style>
background-color css
<style>
a { background-color: #C05623; }
a { background-color: rgb(192,86,35); }
div.DivClassName
{
background-color: #C05623;
}
.BgClassName
{
background-color: #C05623;
}
</style>
border-color css
<style>
span { border-color: #C05623; }
span { border-color: rgb(192,86,35); }
td.TdClassName
{
border-color: #C05623;
}
.TagClassName
{
border-color: #C05623;
}
</style>