Shades of Christine #C7632F
Tints of Christine #C7632F
RGB
CMYK
RGB Variations
Color information
#C7632F (or 0xC7632F) is known color: Christine. HEX triplet: C7, 63 and 2F. RGB value is (199,99,47). Sum of RGB (Red+Green+Blue) = 199+99+47=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7632F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7632F is #389CD0. Grayscale: #7B7B7B. Windows color (decimal): -3710161 or 3105735. OLE color: 3105735.
HSL color Cylindrical-coordinate representation of color #C7632F: hue angle of 20.53º degrees, saturation: 0.62, 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 #C7632F is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 47 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.22 |
| HSL | 20.53º | 0.62% | 0.48% | - |
| HSV(B) | 20.53º | 0.76% | 0.78% | - |
| XYZ | 28.53 | 21.27 | 5.29 | - |
| YUV | 122.97 | 85.13 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 47 | 0 | 0.50 | 0.76 | 0.22 | 20.53 | 0.62 | 0.48 |
| Hex | C7 | 63 | 2F | 0 | 32 | 4C | 16 | 15 | 3E | 30 |
| Octal | 307 | 143 | 57 | 0 | 62 | 114 | 26 | 25 | 76 | 60 |
| Binary | 11000111 | 1100011 | 101111 | 0 | 110010 | 1001100 | 10110 | 10101 | 111110 | 110000 |
Color Harmonies of #C7632F
Complementary color
Monochromatic Colors of #C7632F
Black with #C7632F
Text Example
Text Example
White with #C7632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7632F; }
p { color: rgb(199,99,47); }
H1.HeaderClassName
{
color: #C7632F;
}
.AnyTagClassName
{
color: #C7632F;
}
</style>
background-color css
<style>
a { background-color: #C7632F; }
a { background-color: rgb(199,99,47); }
div.DivClassName
{
background-color: #C7632F;
}
.BgClassName
{
background-color: #C7632F;
}
</style>
border-color css
<style>
span { border-color: #C7632F; }
span { border-color: rgb(199,99,47); }
td.TdClassName
{
border-color: #C7632F;
}
.TagClassName
{
border-color: #C7632F;
}
</style>