Shades of Christine #C7672C
Tints of Christine #C7672C
RGB
CMYK
RGB Variations
Color information
#C7672C (or 0xC7672C) is known color: Christine. HEX triplet: C7, 67 and 2C. RGB value is (199,103,44). Sum of RGB (Red+Green+Blue) = 199+103+44=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7672C is #3898D3. Grayscale: #7D7D7D. Windows color (decimal): -3709140 or 2910151. OLE color: 2910151.
HSL color Cylindrical-coordinate representation of color #C7672C: hue angle of 22.84º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7672C is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 44 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.22 |
| HSL | 22.84º | 0.64% | 0.48% | - |
| HSV(B) | 22.84º | 0.78% | 0.78% | - |
| XYZ | 28.86 | 22.02 | 5.11 | - |
| YUV | 124.98 | 82.3 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 44 | 0 | 0.48 | 0.78 | 0.22 | 22.84 | 0.64 | 0.48 |
| Hex | C7 | 67 | 2C | 0 | 30 | 4E | 16 | 17 | 40 | 30 |
| Octal | 307 | 147 | 54 | 0 | 60 | 116 | 26 | 27 | 100 | 60 |
| Binary | 11000111 | 1100111 | 101100 | 0 | 110000 | 1001110 | 10110 | 10111 | 1000000 | 110000 |
Color Harmonies of #C7672C
Complementary color
Monochromatic Colors of #C7672C
Black with #C7672C
Text Example
Text Example
White with #C7672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7672C; }
p { color: rgb(199,103,44); }
H1.HeaderClassName
{
color: #C7672C;
}
.AnyTagClassName
{
color: #C7672C;
}
</style>
background-color css
<style>
a { background-color: #C7672C; }
a { background-color: rgb(199,103,44); }
div.DivClassName
{
background-color: #C7672C;
}
.BgClassName
{
background-color: #C7672C;
}
</style>
border-color css
<style>
span { border-color: #C7672C; }
span { border-color: rgb(199,103,44); }
td.TdClassName
{
border-color: #C7672C;
}
.TagClassName
{
border-color: #C7672C;
}
</style>