Shades of Christine #C76832
Tints of Christine #C76832
RGB
CMYK
RGB Variations
Color information
#C76832 (or 0xC76832) is known color: Christine. HEX triplet: C7, 68 and 32. RGB value is (199,104,50). Sum of RGB (Red+Green+Blue) = 199+104+50=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C76832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76832 is #3897CD. Grayscale: #7E7E7E. Windows color (decimal): -3708878 or 3303623. OLE color: 3303623.
HSL color Cylindrical-coordinate representation of color #C76832: hue angle of 21.74º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C76832 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 50 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.22 |
| HSL | 21.74º | 0.6% | 0.49% | - |
| HSV(B) | 21.74º | 0.75% | 0.78% | - |
| XYZ | 29.08 | 22.27 | 5.78 | - |
| YUV | 126.25 | 84.97 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 50 | 0 | 0.48 | 0.75 | 0.22 | 21.74 | 0.6 | 0.49 |
| Hex | C7 | 68 | 32 | 0 | 30 | 4B | 16 | 16 | 3C | 31 |
| Octal | 307 | 150 | 62 | 0 | 60 | 113 | 26 | 26 | 74 | 61 |
| Binary | 11000111 | 1101000 | 110010 | 0 | 110000 | 1001011 | 10110 | 10110 | 111100 | 110001 |
Color Harmonies of #C76832
Complementary color
Monochromatic Colors of #C76832
Black with #C76832
Text Example
Text Example
White with #C76832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76832; }
p { color: rgb(199,104,50); }
H1.HeaderClassName
{
color: #C76832;
}
.AnyTagClassName
{
color: #C76832;
}
</style>
background-color css
<style>
a { background-color: #C76832; }
a { background-color: rgb(199,104,50); }
div.DivClassName
{
background-color: #C76832;
}
.BgClassName
{
background-color: #C76832;
}
</style>
border-color css
<style>
span { border-color: #C76832; }
span { border-color: rgb(199,104,50); }
td.TdClassName
{
border-color: #C76832;
}
.TagClassName
{
border-color: #C76832;
}
</style>