Shades of Christine #C75F2A
Tints of Christine #C75F2A
RGB
CMYK
RGB Variations
Color information
#C75F2A (or 0xC75F2A) is known color: Christine. HEX triplet: C7, 5F and 2A. RGB value is (199,95,42). Sum of RGB (Red+Green+Blue) = 199+95+42=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75F2A is #38A0D5. Grayscale: #787878. Windows color (decimal): -3711190 or 2777031. OLE color: 2777031.
HSL color Cylindrical-coordinate representation of color #C75F2A: hue angle of 20.25º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C75F2A is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 95 | 42 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.22 |
| HSL | 20.25º | 0.65% | 0.47% | - |
| HSV(B) | 20.25º | 0.79% | 0.78% | - |
| XYZ | 28.06 | 20.49 | 4.67 | - |
| YUV | 120.05 | 83.96 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 42 | 0 | 0.52 | 0.79 | 0.22 | 20.25 | 0.65 | 0.47 |
| Hex | C7 | 5F | 2A | 0 | 34 | 4F | 16 | 14 | 41 | 2F |
| Octal | 307 | 137 | 52 | 0 | 64 | 117 | 26 | 24 | 101 | 57 |
| Binary | 11000111 | 1011111 | 101010 | 0 | 110100 | 1001111 | 10110 | 10100 | 1000001 | 101111 |
Color Harmonies of #C75F2A
Complementary color
Monochromatic Colors of #C75F2A
Black with #C75F2A
Text Example
Text Example
White with #C75F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75F2A; }
p { color: rgb(199,95,42); }
H1.HeaderClassName
{
color: #C75F2A;
}
.AnyTagClassName
{
color: #C75F2A;
}
</style>
background-color css
<style>
a { background-color: #C75F2A; }
a { background-color: rgb(199,95,42); }
div.DivClassName
{
background-color: #C75F2A;
}
.BgClassName
{
background-color: #C75F2A;
}
</style>
border-color css
<style>
span { border-color: #C75F2A; }
span { border-color: rgb(199,95,42); }
td.TdClassName
{
border-color: #C75F2A;
}
.TagClassName
{
border-color: #C75F2A;
}
</style>