Shades of Christine #C76731
Tints of Christine #C76731
RGB
CMYK
RGB Variations
Color information
#C76731 (or 0xC76731) is known color: Christine. HEX triplet: C7, 67 and 31. RGB value is (199,103,49). Sum of RGB (Red+Green+Blue) = 199+103+49=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C76731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76731 is #3898CE. Grayscale: #7D7D7D. Windows color (decimal): -3709135 or 3237831. OLE color: 3237831.
HSL color Cylindrical-coordinate representation of color #C76731: hue angle of 21.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C76731 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 49 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.22 |
| HSL | 21.6º | 0.6% | 0.49% | - |
| HSV(B) | 21.6º | 0.75% | 0.78% | - |
| XYZ | 28.96 | 22.06 | 5.64 | - |
| YUV | 125.55 | 84.8 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 49 | 0 | 0.48 | 0.75 | 0.22 | 21.6 | 0.6 | 0.49 |
| Hex | C7 | 67 | 31 | 0 | 30 | 4B | 16 | 16 | 3C | 31 |
| Octal | 307 | 147 | 61 | 0 | 60 | 113 | 26 | 26 | 74 | 61 |
| Binary | 11000111 | 1100111 | 110001 | 0 | 110000 | 1001011 | 10110 | 10110 | 111100 | 110001 |
Color Harmonies of #C76731
Complementary color
Monochromatic Colors of #C76731
Black with #C76731
Text Example
Text Example
White with #C76731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76731; }
p { color: rgb(199,103,49); }
H1.HeaderClassName
{
color: #C76731;
}
.AnyTagClassName
{
color: #C76731;
}
</style>
background-color css
<style>
a { background-color: #C76731; }
a { background-color: rgb(199,103,49); }
div.DivClassName
{
background-color: #C76731;
}
.BgClassName
{
background-color: #C76731;
}
</style>
border-color css
<style>
span { border-color: #C76731; }
span { border-color: rgb(199,103,49); }
td.TdClassName
{
border-color: #C76731;
}
.TagClassName
{
border-color: #C76731;
}
</style>