Shades of Christine #C76327
Tints of Christine #C76327
RGB
CMYK
RGB Variations
Color information
#C76327 (or 0xC76327) is known color: Christine. HEX triplet: C7, 63 and 27. RGB value is (199,99,39). Sum of RGB (Red+Green+Blue) = 199+99+39=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C76327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76327 is #389CD8. Grayscale: #7A7A7A. Windows color (decimal): -3710169 or 2581447. OLE color: 2581447.
HSL color Cylindrical-coordinate representation of color #C76327: hue angle of 22.5º 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 #C76327 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 39 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.22 |
| HSL | 22.5º | 0.67% | 0.47% | - |
| HSV(B) | 22.5º | 0.8% | 0.78% | - |
| XYZ | 28.38 | 21.21 | 4.52 | - |
| YUV | 122.06 | 81.13 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 39 | 0 | 0.50 | 0.80 | 0.22 | 22.5 | 0.67 | 0.47 |
| Hex | C7 | 63 | 27 | 0 | 32 | 50 | 16 | 16 | 43 | 2F |
| Octal | 307 | 143 | 47 | 0 | 62 | 120 | 26 | 26 | 103 | 57 |
| Binary | 11000111 | 1100011 | 100111 | 0 | 110010 | 1010000 | 10110 | 10110 | 1000011 | 101111 |
Color Harmonies of #C76327
Complementary color
Monochromatic Colors of #C76327
Black with #C76327
Text Example
Text Example
White with #C76327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76327; }
p { color: rgb(199,99,39); }
H1.HeaderClassName
{
color: #C76327;
}
.AnyTagClassName
{
color: #C76327;
}
</style>
background-color css
<style>
a { background-color: #C76327; }
a { background-color: rgb(199,99,39); }
div.DivClassName
{
background-color: #C76327;
}
.BgClassName
{
background-color: #C76327;
}
</style>
border-color css
<style>
span { border-color: #C76327; }
span { border-color: rgb(199,99,39); }
td.TdClassName
{
border-color: #C76327;
}
.TagClassName
{
border-color: #C76327;
}
</style>