Shades of Christine #C76C30
Tints of Christine #C76C30
RGB
CMYK
RGB Variations
Color information
#C76C30 (or 0xC76C30) is known color: Christine. HEX triplet: C7, 6C and 30. RGB value is (199,108,48). Sum of RGB (Red+Green+Blue) = 199+108+48=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76C30 is #3893CF. Grayscale: #808080. Windows color (decimal): -3707856 or 3173575. OLE color: 3173575.
HSL color Cylindrical-coordinate representation of color #C76C30: hue angle of 23.84º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C76C30 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 48 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.22 |
| HSL | 23.84º | 0.61% | 0.48% | - |
| HSV(B) | 23.84º | 0.76% | 0.78% | - |
| XYZ | 29.45 | 23.08 | 5.7 | - |
| YUV | 128.37 | 82.65 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 48 | 0 | 0.46 | 0.76 | 0.22 | 23.84 | 0.61 | 0.48 |
| Hex | C7 | 6C | 30 | 0 | 2E | 4C | 16 | 18 | 3D | 30 |
| Octal | 307 | 154 | 60 | 0 | 56 | 114 | 26 | 30 | 75 | 60 |
| Binary | 11000111 | 1101100 | 110000 | 0 | 101110 | 1001100 | 10110 | 11000 | 111101 | 110000 |
Color Harmonies of #C76C30
Complementary color
Monochromatic Colors of #C76C30
Black with #C76C30
Text Example
Text Example
White with #C76C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C30; }
p { color: rgb(199,108,48); }
H1.HeaderClassName
{
color: #C76C30;
}
.AnyTagClassName
{
color: #C76C30;
}
</style>
background-color css
<style>
a { background-color: #C76C30; }
a { background-color: rgb(199,108,48); }
div.DivClassName
{
background-color: #C76C30;
}
.BgClassName
{
background-color: #C76C30;
}
</style>
border-color css
<style>
span { border-color: #C76C30; }
span { border-color: rgb(199,108,48); }
td.TdClassName
{
border-color: #C76C30;
}
.TagClassName
{
border-color: #C76C30;
}
</style>