Shades of Christine #C75C26
Tints of Christine #C75C26
RGB
CMYK
RGB Variations
Color information
#C75C26 (or 0xC75C26) is known color: Christine. HEX triplet: C7, 5C and 26. RGB value is (199,92,38). Sum of RGB (Red+Green+Blue) = 199+92+38=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75C26 is #38A3D9. Grayscale: #767676. Windows color (decimal): -3711962 or 2514119. OLE color: 2514119.
HSL color Cylindrical-coordinate representation of color #C75C26: hue angle of 20.12º degrees, saturation: 0.68, 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 #C75C26 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 38 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.22 |
| HSL | 20.12º | 0.68% | 0.46% | - |
| HSV(B) | 20.12º | 0.81% | 0.78% | - |
| XYZ | 27.73 | 19.94 | 4.22 | - |
| YUV | 117.84 | 82.95 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 38 | 0 | 0.54 | 0.81 | 0.22 | 20.12 | 0.68 | 0.46 |
| Hex | C7 | 5C | 26 | 0 | 36 | 51 | 16 | 14 | 44 | 2E |
| Octal | 307 | 134 | 46 | 0 | 66 | 121 | 26 | 24 | 104 | 56 |
| Binary | 11000111 | 1011100 | 100110 | 0 | 110110 | 1010001 | 10110 | 10100 | 1000100 | 101110 |
Color Harmonies of #C75C26
Complementary color
Monochromatic Colors of #C75C26
Black with #C75C26
Text Example
Text Example
White with #C75C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C26; }
p { color: rgb(199,92,38); }
H1.HeaderClassName
{
color: #C75C26;
}
.AnyTagClassName
{
color: #C75C26;
}
</style>
background-color css
<style>
a { background-color: #C75C26; }
a { background-color: rgb(199,92,38); }
div.DivClassName
{
background-color: #C75C26;
}
.BgClassName
{
background-color: #C75C26;
}
</style>
border-color css
<style>
span { border-color: #C75C26; }
span { border-color: rgb(199,92,38); }
td.TdClassName
{
border-color: #C75C26;
}
.TagClassName
{
border-color: #C75C26;
}
</style>