Shades of Christine #C7602E
Tints of Christine #C7602E
RGB
CMYK
RGB Variations
Color information
#C7602E (or 0xC7602E) is known color: Christine. HEX triplet: C7, 60 and 2E. RGB value is (199,96,46). Sum of RGB (Red+Green+Blue) = 199+96+46=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7602E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7602E is #389FD1. Grayscale: #797979. Windows color (decimal): -3710930 or 3039431. OLE color: 3039431.
HSL color Cylindrical-coordinate representation of color #C7602E: hue angle of 19.61º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7602E is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 46 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.22 |
| HSL | 19.61º | 0.62% | 0.48% | - |
| HSV(B) | 19.61º | 0.77% | 0.78% | - |
| XYZ | 28.23 | 20.71 | 5.09 | - |
| YUV | 121.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 46 | 0 | 0.52 | 0.77 | 0.22 | 19.61 | 0.62 | 0.48 |
| Hex | C7 | 60 | 2E | 0 | 34 | 4D | 16 | 14 | 3E | 30 |
| Octal | 307 | 140 | 56 | 0 | 64 | 115 | 26 | 24 | 76 | 60 |
| Binary | 11000111 | 1100000 | 101110 | 0 | 110100 | 1001101 | 10110 | 10100 | 111110 | 110000 |
Color Harmonies of #C7602E
Complementary color
Monochromatic Colors of #C7602E
Black with #C7602E
Text Example
Text Example
White with #C7602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7602E; }
p { color: rgb(199,96,46); }
H1.HeaderClassName
{
color: #C7602E;
}
.AnyTagClassName
{
color: #C7602E;
}
</style>
background-color css
<style>
a { background-color: #C7602E; }
a { background-color: rgb(199,96,46); }
div.DivClassName
{
background-color: #C7602E;
}
.BgClassName
{
background-color: #C7602E;
}
</style>
border-color css
<style>
span { border-color: #C7602E; }
span { border-color: rgb(199,96,46); }
td.TdClassName
{
border-color: #C7602E;
}
.TagClassName
{
border-color: #C7602E;
}
</style>