Shades of Christine #C76A28
Tints of Christine #C76A28
RGB
CMYK
RGB Variations
Color information
#C76A28 (or 0xC76A28) is known color: Christine. HEX triplet: C7, 6A and 28. RGB value is (199,106,40). Sum of RGB (Red+Green+Blue) = 199+106+40=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76A28 is #3895D7. Grayscale: #7E7E7E. Windows color (decimal): -3708376 or 2648775. OLE color: 2648775.
HSL color Cylindrical-coordinate representation of color #C76A28: hue angle of 24.91º 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 #C76A28 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 40 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.22 |
| HSL | 24.91º | 0.67% | 0.47% | - |
| HSV(B) | 24.91º | 0.8% | 0.78% | - |
| XYZ | 29.09 | 22.6 | 4.84 | - |
| YUV | 126.28 | 79.31 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 40 | 0 | 0.47 | 0.80 | 0.22 | 24.91 | 0.67 | 0.47 |
| Hex | C7 | 6A | 28 | 0 | 2F | 50 | 16 | 19 | 43 | 2F |
| Octal | 307 | 152 | 50 | 0 | 57 | 120 | 26 | 31 | 103 | 57 |
| Binary | 11000111 | 1101010 | 101000 | 0 | 101111 | 1010000 | 10110 | 11001 | 1000011 | 101111 |
Color Harmonies of #C76A28
Complementary color
Monochromatic Colors of #C76A28
Black with #C76A28
Text Example
Text Example
White with #C76A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A28; }
p { color: rgb(199,106,40); }
H1.HeaderClassName
{
color: #C76A28;
}
.AnyTagClassName
{
color: #C76A28;
}
</style>
background-color css
<style>
a { background-color: #C76A28; }
a { background-color: rgb(199,106,40); }
div.DivClassName
{
background-color: #C76A28;
}
.BgClassName
{
background-color: #C76A28;
}
</style>
border-color css
<style>
span { border-color: #C76A28; }
span { border-color: rgb(199,106,40); }
td.TdClassName
{
border-color: #C76A28;
}
.TagClassName
{
border-color: #C76A28;
}
</style>