Shades of Christine #C7622C
Tints of Christine #C7622C
RGB
CMYK
RGB Variations
Color information
#C7622C (or 0xC7622C) is known color: Christine. HEX triplet: C7, 62 and 2C. RGB value is (199,98,44). Sum of RGB (Red+Green+Blue) = 199+98+44=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7622C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7622C is #389DD3. Grayscale: #7A7A7A. Windows color (decimal): -3710420 or 2908871. OLE color: 2908871.
HSL color Cylindrical-coordinate representation of color #C7622C: hue angle of 20.9º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7622C is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 44 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.22 |
| HSL | 20.9º | 0.64% | 0.48% | - |
| HSV(B) | 20.9º | 0.78% | 0.78% | - |
| XYZ | 28.38 | 21.06 | 4.95 | - |
| YUV | 122.04 | 83.96 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 44 | 0 | 0.51 | 0.78 | 0.22 | 20.9 | 0.64 | 0.48 |
| Hex | C7 | 62 | 2C | 0 | 33 | 4E | 16 | 15 | 40 | 30 |
| Octal | 307 | 142 | 54 | 0 | 63 | 116 | 26 | 25 | 100 | 60 |
| Binary | 11000111 | 1100010 | 101100 | 0 | 110011 | 1001110 | 10110 | 10101 | 1000000 | 110000 |
Color Harmonies of #C7622C
Complementary color
Monochromatic Colors of #C7622C
Black with #C7622C
Text Example
Text Example
White with #C7622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7622C; }
p { color: rgb(199,98,44); }
H1.HeaderClassName
{
color: #C7622C;
}
.AnyTagClassName
{
color: #C7622C;
}
</style>
background-color css
<style>
a { background-color: #C7622C; }
a { background-color: rgb(199,98,44); }
div.DivClassName
{
background-color: #C7622C;
}
.BgClassName
{
background-color: #C7622C;
}
</style>
border-color css
<style>
span { border-color: #C7622C; }
span { border-color: rgb(199,98,44); }
td.TdClassName
{
border-color: #C7622C;
}
.TagClassName
{
border-color: #C7622C;
}
</style>