Shades of Christine #C76B26
Tints of Christine #C76B26
RGB
CMYK
RGB Variations
Color information
#C76B26 (or 0xC76B26) is known color: Christine. HEX triplet: C7, 6B and 26. RGB value is (199,107,38). Sum of RGB (Red+Green+Blue) = 199+107+38=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76B26 is #3894D9. Grayscale: #7F7F7F. Windows color (decimal): -3708122 or 2517959. OLE color: 2517959.
HSL color Cylindrical-coordinate representation of color #C76B26: hue angle of 25.71º degrees, saturation: 0.68, 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 #C76B26 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 107 | 38 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.22 |
| HSL | 25.71º | 0.68% | 0.46% | - |
| HSV(B) | 25.71º | 0.81% | 0.78% | - |
| XYZ | 29.16 | 22.8 | 4.7 | - |
| YUV | 126.64 | 77.98 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 38 | 0 | 0.46 | 0.81 | 0.22 | 25.71 | 0.68 | 0.46 |
| Hex | C7 | 6B | 26 | 0 | 2E | 51 | 16 | 1A | 44 | 2E |
| Octal | 307 | 153 | 46 | 0 | 56 | 121 | 26 | 32 | 104 | 56 |
| Binary | 11000111 | 1101011 | 100110 | 0 | 101110 | 1010001 | 10110 | 11010 | 1000100 | 101110 |
Color Harmonies of #C76B26
Complementary color
Monochromatic Colors of #C76B26
Black with #C76B26
Text Example
Text Example
White with #C76B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76B26; }
p { color: rgb(199,107,38); }
H1.HeaderClassName
{
color: #C76B26;
}
.AnyTagClassName
{
color: #C76B26;
}
</style>
background-color css
<style>
a { background-color: #C76B26; }
a { background-color: rgb(199,107,38); }
div.DivClassName
{
background-color: #C76B26;
}
.BgClassName
{
background-color: #C76B26;
}
</style>
border-color css
<style>
span { border-color: #C76B26; }
span { border-color: rgb(199,107,38); }
td.TdClassName
{
border-color: #C76B26;
}
.TagClassName
{
border-color: #C76B26;
}
</style>