Shades of Christine #C65923
Tints of Christine #C65923
RGB
CMYK
RGB Variations
Color information
#C65923 (or 0xC65923) is known color: Christine. HEX triplet: C6, 59 and 23. RGB value is (198,89,35). Sum of RGB (Red+Green+Blue) = 198+89+35=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C65923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65923 is #39A6DC. Grayscale: #737373. Windows color (decimal): -3778269 or 2316742. OLE color: 2316742.
HSL color Cylindrical-coordinate representation of color #C65923: hue angle of 19.88º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C65923 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 35 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.22 |
| HSL | 19.88º | 0.7% | 0.46% | - |
| HSV(B) | 19.88º | 0.82% | 0.78% | - |
| XYZ | 27.16 | 19.27 | 3.88 | - |
| YUV | 115.44 | 82.61 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 35 | 0 | 0.55 | 0.82 | 0.22 | 19.88 | 0.7 | 0.46 |
| Hex | C6 | 59 | 23 | 0 | 37 | 52 | 16 | 14 | 46 | 2E |
| Octal | 306 | 131 | 43 | 0 | 67 | 122 | 26 | 24 | 106 | 56 |
| Binary | 11000110 | 1011001 | 100011 | 0 | 110111 | 1010010 | 10110 | 10100 | 1000110 | 101110 |
Color Harmonies of #C65923
Complementary color
Monochromatic Colors of #C65923
Black with #C65923
Text Example
Text Example
White with #C65923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65923; }
p { color: rgb(198,89,35); }
H1.HeaderClassName
{
color: #C65923;
}
.AnyTagClassName
{
color: #C65923;
}
</style>
background-color css
<style>
a { background-color: #C65923; }
a { background-color: rgb(198,89,35); }
div.DivClassName
{
background-color: #C65923;
}
.BgClassName
{
background-color: #C65923;
}
</style>
border-color css
<style>
span { border-color: #C65923; }
span { border-color: rgb(198,89,35); }
td.TdClassName
{
border-color: #C65923;
}
.TagClassName
{
border-color: #C65923;
}
</style>