Shades of Christine #C75D25
Tints of Christine #C75D25
RGB
CMYK
RGB Variations
Color information
#C75D25 (or 0xC75D25) is known color: Christine. HEX triplet: C7, 5D and 25. RGB value is (199,93,37). Sum of RGB (Red+Green+Blue) = 199+93+37=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75D25 is #38A2DA. Grayscale: #767676. Windows color (decimal): -3711707 or 2448839. OLE color: 2448839.
HSL color Cylindrical-coordinate representation of color #C75D25: hue angle of 20.74º 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 #C75D25 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 37 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.22 |
| HSL | 20.74º | 0.69% | 0.46% | - |
| HSV(B) | 20.74º | 0.81% | 0.78% | - |
| XYZ | 27.8 | 20.1 | 4.17 | - |
| YUV | 118.31 | 82.12 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 37 | 0 | 0.53 | 0.81 | 0.22 | 20.74 | 0.69 | 0.46 |
| Hex | C7 | 5D | 25 | 0 | 35 | 51 | 16 | 15 | 45 | 2E |
| Octal | 307 | 135 | 45 | 0 | 65 | 121 | 26 | 25 | 105 | 56 |
| Binary | 11000111 | 1011101 | 100101 | 0 | 110101 | 1010001 | 10110 | 10101 | 1000101 | 101110 |
Color Harmonies of #C75D25
Complementary color
Monochromatic Colors of #C75D25
Black with #C75D25
Text Example
Text Example
White with #C75D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75D25; }
p { color: rgb(199,93,37); }
H1.HeaderClassName
{
color: #C75D25;
}
.AnyTagClassName
{
color: #C75D25;
}
</style>
background-color css
<style>
a { background-color: #C75D25; }
a { background-color: rgb(199,93,37); }
div.DivClassName
{
background-color: #C75D25;
}
.BgClassName
{
background-color: #C75D25;
}
</style>
border-color css
<style>
span { border-color: #C75D25; }
span { border-color: rgb(199,93,37); }
td.TdClassName
{
border-color: #C75D25;
}
.TagClassName
{
border-color: #C75D25;
}
</style>