Shades of Christine #C75C25
Tints of Christine #C75C25
RGB
CMYK
RGB Variations
Color information
#C75C25 (or 0xC75C25) is known color: Christine. HEX triplet: C7, 5C and 25. RGB value is (199,92,37). Sum of RGB (Red+Green+Blue) = 199+92+37=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75C25 is #38A3DA. Grayscale: #767676. Windows color (decimal): -3711963 or 2448583. OLE color: 2448583.
HSL color Cylindrical-coordinate representation of color #C75C25: hue angle of 20.37º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C75C25 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 37 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.22 |
| HSL | 20.37º | 0.69% | 0.46% | - |
| HSV(B) | 20.37º | 0.81% | 0.78% | - |
| XYZ | 27.71 | 19.93 | 4.14 | - |
| YUV | 117.72 | 82.45 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 37 | 0 | 0.54 | 0.81 | 0.22 | 20.37 | 0.69 | 0.46 |
| Hex | C7 | 5C | 25 | 0 | 36 | 51 | 16 | 14 | 45 | 2E |
| Octal | 307 | 134 | 45 | 0 | 66 | 121 | 26 | 24 | 105 | 56 |
| Binary | 11000111 | 1011100 | 100101 | 0 | 110110 | 1010001 | 10110 | 10100 | 1000101 | 101110 |
Color Harmonies of #C75C25
Complementary color
Monochromatic Colors of #C75C25
Black with #C75C25
Text Example
Text Example
White with #C75C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C25; }
p { color: rgb(199,92,37); }
H1.HeaderClassName
{
color: #C75C25;
}
.AnyTagClassName
{
color: #C75C25;
}
</style>
background-color css
<style>
a { background-color: #C75C25; }
a { background-color: rgb(199,92,37); }
div.DivClassName
{
background-color: #C75C25;
}
.BgClassName
{
background-color: #C75C25;
}
</style>
border-color css
<style>
span { border-color: #C75C25; }
span { border-color: rgb(199,92,37); }
td.TdClassName
{
border-color: #C75C25;
}
.TagClassName
{
border-color: #C75C25;
}
</style>