Shades of Christine #C7602D
Tints of Christine #C7602D
RGB
CMYK
RGB Variations
Color information
#C7602D (or 0xC7602D) is known color: Christine. HEX triplet: C7, 60 and 2D. RGB value is (199,96,45). Sum of RGB (Red+Green+Blue) = 199+96+45=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7602D is #389FD2. Grayscale: #797979. Windows color (decimal): -3710931 or 2973895. OLE color: 2973895.
HSL color Cylindrical-coordinate representation of color #C7602D: hue angle of 19.87º degrees, saturation: 0.63, 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 #C7602D is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 45 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.22 |
| HSL | 19.87º | 0.63% | 0.48% | - |
| HSV(B) | 19.87º | 0.77% | 0.78% | - |
| XYZ | 28.21 | 20.7 | 4.99 | - |
| YUV | 120.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 45 | 0 | 0.52 | 0.77 | 0.22 | 19.87 | 0.63 | 0.48 |
| Hex | C7 | 60 | 2D | 0 | 34 | 4D | 16 | 14 | 3F | 30 |
| Octal | 307 | 140 | 55 | 0 | 64 | 115 | 26 | 24 | 77 | 60 |
| Binary | 11000111 | 1100000 | 101101 | 0 | 110100 | 1001101 | 10110 | 10100 | 111111 | 110000 |
Color Harmonies of #C7602D
Complementary color
Monochromatic Colors of #C7602D
Black with #C7602D
Text Example
Text Example
White with #C7602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7602D; }
p { color: rgb(199,96,45); }
H1.HeaderClassName
{
color: #C7602D;
}
.AnyTagClassName
{
color: #C7602D;
}
</style>
background-color css
<style>
a { background-color: #C7602D; }
a { background-color: rgb(199,96,45); }
div.DivClassName
{
background-color: #C7602D;
}
.BgClassName
{
background-color: #C7602D;
}
</style>
border-color css
<style>
span { border-color: #C7602D; }
span { border-color: rgb(199,96,45); }
td.TdClassName
{
border-color: #C7602D;
}
.TagClassName
{
border-color: #C7602D;
}
</style>