Shades of Christine #C76027
Tints of Christine #C76027
RGB
CMYK
RGB Variations
Color information
#C76027 (or 0xC76027) is known color: Christine. HEX triplet: C7, 60 and 27. RGB value is (199,96,39). Sum of RGB (Red+Green+Blue) = 199+96+39=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C76027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76027 is #389FD8. Grayscale: #787878. Windows color (decimal): -3710937 or 2580679. OLE color: 2580679.
HSL color Cylindrical-coordinate representation of color #C76027: hue angle of 21.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C76027 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 39 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.22 |
| HSL | 21.38º | 0.67% | 0.47% | - |
| HSV(B) | 21.38º | 0.8% | 0.78% | - |
| XYZ | 28.1 | 20.65 | 4.42 | - |
| YUV | 120.3 | 82.12 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 39 | 0 | 0.52 | 0.80 | 0.22 | 21.38 | 0.67 | 0.47 |
| Hex | C7 | 60 | 27 | 0 | 34 | 50 | 16 | 15 | 43 | 2F |
| Octal | 307 | 140 | 47 | 0 | 64 | 120 | 26 | 25 | 103 | 57 |
| Binary | 11000111 | 1100000 | 100111 | 0 | 110100 | 1010000 | 10110 | 10101 | 1000011 | 101111 |
Color Harmonies of #C76027
Complementary color
Monochromatic Colors of #C76027
Black with #C76027
Text Example
Text Example
White with #C76027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76027; }
p { color: rgb(199,96,39); }
H1.HeaderClassName
{
color: #C76027;
}
.AnyTagClassName
{
color: #C76027;
}
</style>
background-color css
<style>
a { background-color: #C76027; }
a { background-color: rgb(199,96,39); }
div.DivClassName
{
background-color: #C76027;
}
.BgClassName
{
background-color: #C76027;
}
</style>
border-color css
<style>
span { border-color: #C76027; }
span { border-color: rgb(199,96,39); }
td.TdClassName
{
border-color: #C76027;
}
.TagClassName
{
border-color: #C76027;
}
</style>