Shades of Christine #C76425
Tints of Christine #C76425
RGB
CMYK
RGB Variations
Color information
#C76425 (or 0xC76425) is known color: Christine. HEX triplet: C7, 64 and 25. RGB value is (199,100,37). Sum of RGB (Red+Green+Blue) = 199+100+37=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C76425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76425 is #389BDA. Grayscale: #7A7A7A. Windows color (decimal): -3709915 or 2450631. OLE color: 2450631.
HSL color Cylindrical-coordinate representation of color #C76425: hue angle of 23.33º degrees, saturation: 0.69, 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 #C76425 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 37 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.22 |
| HSL | 23.33º | 0.69% | 0.46% | - |
| HSV(B) | 23.33º | 0.81% | 0.78% | - |
| XYZ | 28.44 | 21.39 | 4.38 | - |
| YUV | 122.42 | 79.8 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 37 | 0 | 0.50 | 0.81 | 0.22 | 23.33 | 0.69 | 0.46 |
| Hex | C7 | 64 | 25 | 0 | 32 | 51 | 16 | 17 | 45 | 2E |
| Octal | 307 | 144 | 45 | 0 | 62 | 121 | 26 | 27 | 105 | 56 |
| Binary | 11000111 | 1100100 | 100101 | 0 | 110010 | 1010001 | 10110 | 10111 | 1000101 | 101110 |
Color Harmonies of #C76425
Complementary color
Monochromatic Colors of #C76425
Black with #C76425
Text Example
Text Example
White with #C76425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76425; }
p { color: rgb(199,100,37); }
H1.HeaderClassName
{
color: #C76425;
}
.AnyTagClassName
{
color: #C76425;
}
</style>
background-color css
<style>
a { background-color: #C76425; }
a { background-color: rgb(199,100,37); }
div.DivClassName
{
background-color: #C76425;
}
.BgClassName
{
background-color: #C76425;
}
</style>
border-color css
<style>
span { border-color: #C76425; }
span { border-color: rgb(199,100,37); }
td.TdClassName
{
border-color: #C76425;
}
.TagClassName
{
border-color: #C76425;
}
</style>