Shades of Christine #C75E23
Tints of Christine #C75E23
RGB
CMYK
RGB Variations
Color information
#C75E23 (or 0xC75E23) is known color: Christine. HEX triplet: C7, 5E and 23. RGB value is (199,94,35). Sum of RGB (Red+Green+Blue) = 199+94+35=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75E23 is #38A1DC. Grayscale: #777777. Windows color (decimal): -3711453 or 2318023. OLE color: 2318023.
HSL color Cylindrical-coordinate representation of color #C75E23: hue angle of 21.59º 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 #C75E23 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 94 | 35 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.22 |
| HSL | 21.59º | 0.7% | 0.46% | - |
| HSV(B) | 21.59º | 0.82% | 0.78% | - |
| XYZ | 27.86 | 20.27 | 4.03 | - |
| YUV | 118.67 | 80.79 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 35 | 0 | 0.53 | 0.82 | 0.22 | 21.59 | 0.7 | 0.46 |
| Hex | C7 | 5E | 23 | 0 | 35 | 52 | 16 | 16 | 46 | 2E |
| Octal | 307 | 136 | 43 | 0 | 65 | 122 | 26 | 26 | 106 | 56 |
| Binary | 11000111 | 1011110 | 100011 | 0 | 110101 | 1010010 | 10110 | 10110 | 1000110 | 101110 |
Color Harmonies of #C75E23
Complementary color
Monochromatic Colors of #C75E23
Black with #C75E23
Text Example
Text Example
White with #C75E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75E23; }
p { color: rgb(199,94,35); }
H1.HeaderClassName
{
color: #C75E23;
}
.AnyTagClassName
{
color: #C75E23;
}
</style>
background-color css
<style>
a { background-color: #C75E23; }
a { background-color: rgb(199,94,35); }
div.DivClassName
{
background-color: #C75E23;
}
.BgClassName
{
background-color: #C75E23;
}
</style>
border-color css
<style>
span { border-color: #C75E23; }
span { border-color: rgb(199,94,35); }
td.TdClassName
{
border-color: #C75E23;
}
.TagClassName
{
border-color: #C75E23;
}
</style>