Shades of Christine #C76927
Tints of Christine #C76927
RGB
CMYK
RGB Variations
Color information
#C76927 (or 0xC76927) is known color: Christine. HEX triplet: C7, 69 and 27. RGB value is (199,105,39). Sum of RGB (Red+Green+Blue) = 199+105+39=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C76927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76927 is #3896D8. Grayscale: #7D7D7D. Windows color (decimal): -3708633 or 2582983. OLE color: 2582983.
HSL color Cylindrical-coordinate representation of color #C76927: hue angle of 24.75º 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 #C76927 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 39 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.22 |
| HSL | 24.75º | 0.67% | 0.47% | - |
| HSV(B) | 24.75º | 0.8% | 0.78% | - |
| XYZ | 28.97 | 22.39 | 4.71 | - |
| YUV | 125.58 | 79.14 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 39 | 0 | 0.47 | 0.80 | 0.22 | 24.75 | 0.67 | 0.47 |
| Hex | C7 | 69 | 27 | 0 | 2F | 50 | 16 | 19 | 43 | 2F |
| Octal | 307 | 151 | 47 | 0 | 57 | 120 | 26 | 31 | 103 | 57 |
| Binary | 11000111 | 1101001 | 100111 | 0 | 101111 | 1010000 | 10110 | 11001 | 1000011 | 101111 |
Color Harmonies of #C76927
Complementary color
Monochromatic Colors of #C76927
Black with #C76927
Text Example
Text Example
White with #C76927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76927; }
p { color: rgb(199,105,39); }
H1.HeaderClassName
{
color: #C76927;
}
.AnyTagClassName
{
color: #C76927;
}
</style>
background-color css
<style>
a { background-color: #C76927; }
a { background-color: rgb(199,105,39); }
div.DivClassName
{
background-color: #C76927;
}
.BgClassName
{
background-color: #C76927;
}
</style>
border-color css
<style>
span { border-color: #C76927; }
span { border-color: rgb(199,105,39); }
td.TdClassName
{
border-color: #C76927;
}
.TagClassName
{
border-color: #C76927;
}
</style>