Shades of Christine #C76524
Tints of Christine #C76524
RGB
CMYK
RGB Variations
Color information
#C76524 (or 0xC76524) is known color: Christine. HEX triplet: C7, 65 and 24. RGB value is (199,101,36). Sum of RGB (Red+Green+Blue) = 199+101+36=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C76524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76524 is #389ADB. Grayscale: #7B7B7B. Windows color (decimal): -3709660 or 2385351. OLE color: 2385351.
HSL color Cylindrical-coordinate representation of color #C76524: hue angle of 23.93º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C76524 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 36 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.22 |
| HSL | 23.93º | 0.69% | 0.46% | - |
| HSV(B) | 23.93º | 0.82% | 0.78% | - |
| XYZ | 28.53 | 21.58 | 4.33 | - |
| YUV | 122.89 | 78.97 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 36 | 0 | 0.49 | 0.82 | 0.22 | 23.93 | 0.69 | 0.46 |
| Hex | C7 | 65 | 24 | 0 | 31 | 52 | 16 | 18 | 45 | 2E |
| Octal | 307 | 145 | 44 | 0 | 61 | 122 | 26 | 30 | 105 | 56 |
| Binary | 11000111 | 1100101 | 100100 | 0 | 110001 | 1010010 | 10110 | 11000 | 1000101 | 101110 |
Color Harmonies of #C76524
Complementary color
Monochromatic Colors of #C76524
Black with #C76524
Text Example
Text Example
White with #C76524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76524; }
p { color: rgb(199,101,36); }
H1.HeaderClassName
{
color: #C76524;
}
.AnyTagClassName
{
color: #C76524;
}
</style>
background-color css
<style>
a { background-color: #C76524; }
a { background-color: rgb(199,101,36); }
div.DivClassName
{
background-color: #C76524;
}
.BgClassName
{
background-color: #C76524;
}
</style>
border-color css
<style>
span { border-color: #C76524; }
span { border-color: rgb(199,101,36); }
td.TdClassName
{
border-color: #C76524;
}
.TagClassName
{
border-color: #C76524;
}
</style>