Shades of Christine #C7622D
Tints of Christine #C7622D
RGB
CMYK
RGB Variations
Color information
#C7622D (or 0xC7622D) is known color: Christine. HEX triplet: C7, 62 and 2D. RGB value is (199,98,45). Sum of RGB (Red+Green+Blue) = 199+98+45=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7622D is #389DD2. Grayscale: #7A7A7A. Windows color (decimal): -3710419 or 2974407. OLE color: 2974407.
HSL color Cylindrical-coordinate representation of color #C7622D: hue angle of 20.65º 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 #C7622D is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 45 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.22 |
| HSL | 20.65º | 0.63% | 0.48% | - |
| HSV(B) | 20.65º | 0.77% | 0.78% | - |
| XYZ | 28.39 | 21.07 | 5.05 | - |
| YUV | 122.16 | 84.46 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 45 | 0 | 0.51 | 0.77 | 0.22 | 20.65 | 0.63 | 0.48 |
| Hex | C7 | 62 | 2D | 0 | 33 | 4D | 16 | 15 | 3F | 30 |
| Octal | 307 | 142 | 55 | 0 | 63 | 115 | 26 | 25 | 77 | 60 |
| Binary | 11000111 | 1100010 | 101101 | 0 | 110011 | 1001101 | 10110 | 10101 | 111111 | 110000 |
Color Harmonies of #C7622D
Complementary color
Monochromatic Colors of #C7622D
Black with #C7622D
Text Example
Text Example
White with #C7622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7622D; }
p { color: rgb(199,98,45); }
H1.HeaderClassName
{
color: #C7622D;
}
.AnyTagClassName
{
color: #C7622D;
}
</style>
background-color css
<style>
a { background-color: #C7622D; }
a { background-color: rgb(199,98,45); }
div.DivClassName
{
background-color: #C7622D;
}
.BgClassName
{
background-color: #C7622D;
}
</style>
border-color css
<style>
span { border-color: #C7622D; }
span { border-color: rgb(199,98,45); }
td.TdClassName
{
border-color: #C7622D;
}
.TagClassName
{
border-color: #C7622D;
}
</style>