Shades of Christine #C76825
Tints of Christine #C76825
RGB
CMYK
RGB Variations
Color information
#C76825 (or 0xC76825) is known color: Christine. HEX triplet: C7, 68 and 25. RGB value is (199,104,37). Sum of RGB (Red+Green+Blue) = 199+104+37=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C76825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76825 is #3897DA. Grayscale: #7D7D7D. Windows color (decimal): -3708891 or 2451655. OLE color: 2451655.
HSL color Cylindrical-coordinate representation of color #C76825: hue angle of 24.81º degrees, saturation: 0.69, 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 #C76825 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 37 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.22 |
| HSL | 24.81º | 0.69% | 0.46% | - |
| HSV(B) | 24.81º | 0.81% | 0.78% | - |
| XYZ | 28.84 | 22.18 | 4.51 | - |
| YUV | 124.77 | 78.47 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 37 | 0 | 0.48 | 0.81 | 0.22 | 24.81 | 0.69 | 0.46 |
| Hex | C7 | 68 | 25 | 0 | 30 | 51 | 16 | 19 | 45 | 2E |
| Octal | 307 | 150 | 45 | 0 | 60 | 121 | 26 | 31 | 105 | 56 |
| Binary | 11000111 | 1101000 | 100101 | 0 | 110000 | 1010001 | 10110 | 11001 | 1000101 | 101110 |
Color Harmonies of #C76825
Complementary color
Monochromatic Colors of #C76825
Black with #C76825
Text Example
Text Example
White with #C76825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76825; }
p { color: rgb(199,104,37); }
H1.HeaderClassName
{
color: #C76825;
}
.AnyTagClassName
{
color: #C76825;
}
</style>
background-color css
<style>
a { background-color: #C76825; }
a { background-color: rgb(199,104,37); }
div.DivClassName
{
background-color: #C76825;
}
.BgClassName
{
background-color: #C76825;
}
</style>
border-color css
<style>
span { border-color: #C76825; }
span { border-color: rgb(199,104,37); }
td.TdClassName
{
border-color: #C76825;
}
.TagClassName
{
border-color: #C76825;
}
</style>