Shades of Christine #C76826
Tints of Christine #C76826
RGB
CMYK
RGB Variations
Color information
#C76826 (or 0xC76826) is known color: Christine. HEX triplet: C7, 68 and 26. RGB value is (199,104,38). Sum of RGB (Red+Green+Blue) = 199+104+38=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C76826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76826 is #3897D9. Grayscale: #7D7D7D. Windows color (decimal): -3708890 or 2517191. OLE color: 2517191.
HSL color Cylindrical-coordinate representation of color #C76826: hue angle of 24.6º 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 #C76826 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 38 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.22 |
| HSL | 24.6º | 0.68% | 0.46% | - |
| HSV(B) | 24.6º | 0.81% | 0.78% | - |
| XYZ | 28.85 | 22.18 | 4.59 | - |
| YUV | 124.88 | 78.97 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 38 | 0 | 0.48 | 0.81 | 0.22 | 24.6 | 0.68 | 0.46 |
| Hex | C7 | 68 | 26 | 0 | 30 | 51 | 16 | 19 | 44 | 2E |
| Octal | 307 | 150 | 46 | 0 | 60 | 121 | 26 | 31 | 104 | 56 |
| Binary | 11000111 | 1101000 | 100110 | 0 | 110000 | 1010001 | 10110 | 11001 | 1000100 | 101110 |
Color Harmonies of #C76826
Complementary color
Monochromatic Colors of #C76826
Black with #C76826
Text Example
Text Example
White with #C76826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76826; }
p { color: rgb(199,104,38); }
H1.HeaderClassName
{
color: #C76826;
}
.AnyTagClassName
{
color: #C76826;
}
</style>
background-color css
<style>
a { background-color: #C76826; }
a { background-color: rgb(199,104,38); }
div.DivClassName
{
background-color: #C76826;
}
.BgClassName
{
background-color: #C76826;
}
</style>
border-color css
<style>
span { border-color: #C76826; }
span { border-color: rgb(199,104,38); }
td.TdClassName
{
border-color: #C76826;
}
.TagClassName
{
border-color: #C76826;
}
</style>