Shades of Christine #C76726
Tints of Christine #C76726
RGB
CMYK
RGB Variations
Color information
#C76726 (or 0xC76726) is known color: Christine. HEX triplet: C7, 67 and 26. RGB value is (199,103,38). Sum of RGB (Red+Green+Blue) = 199+103+38=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C76726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76726 is #3898D9. Grayscale: #7C7C7C. Windows color (decimal): -3709146 or 2516935. OLE color: 2516935.
HSL color Cylindrical-coordinate representation of color #C76726: hue angle of 24.22º 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 #C76726 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 38 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.22 |
| HSL | 24.22º | 0.68% | 0.46% | - |
| HSV(B) | 24.22º | 0.81% | 0.78% | - |
| XYZ | 28.75 | 21.98 | 4.56 | - |
| YUV | 124.29 | 79.3 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 38 | 0 | 0.48 | 0.81 | 0.22 | 24.22 | 0.68 | 0.46 |
| Hex | C7 | 67 | 26 | 0 | 30 | 51 | 16 | 18 | 44 | 2E |
| Octal | 307 | 147 | 46 | 0 | 60 | 121 | 26 | 30 | 104 | 56 |
| Binary | 11000111 | 1100111 | 100110 | 0 | 110000 | 1010001 | 10110 | 11000 | 1000100 | 101110 |
Color Harmonies of #C76726
Complementary color
Monochromatic Colors of #C76726
Black with #C76726
Text Example
Text Example
White with #C76726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76726; }
p { color: rgb(199,103,38); }
H1.HeaderClassName
{
color: #C76726;
}
.AnyTagClassName
{
color: #C76726;
}
</style>
background-color css
<style>
a { background-color: #C76726; }
a { background-color: rgb(199,103,38); }
div.DivClassName
{
background-color: #C76726;
}
.BgClassName
{
background-color: #C76726;
}
</style>
border-color css
<style>
span { border-color: #C76726; }
span { border-color: rgb(199,103,38); }
td.TdClassName
{
border-color: #C76726;
}
.TagClassName
{
border-color: #C76726;
}
</style>