Shades of Christine #C7682B
Tints of Christine #C7682B
RGB
CMYK
RGB Variations
Color information
#C7682B (or 0xC7682B) is known color: Christine. HEX triplet: C7, 68 and 2B. RGB value is (199,104,43). Sum of RGB (Red+Green+Blue) = 199+104+43=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7682B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7682B is #3897D4. Grayscale: #7D7D7D. Windows color (decimal): -3708885 or 2844871. OLE color: 2844871.
HSL color Cylindrical-coordinate representation of color #C7682B: hue angle of 23.46º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7682B is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 43 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.22 |
| HSL | 23.46º | 0.64% | 0.47% | - |
| HSV(B) | 23.46º | 0.78% | 0.78% | - |
| XYZ | 28.94 | 22.22 | 5.05 | - |
| YUV | 125.45 | 81.47 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 43 | 0 | 0.48 | 0.78 | 0.22 | 23.46 | 0.64 | 0.47 |
| Hex | C7 | 68 | 2B | 0 | 30 | 4E | 16 | 17 | 40 | 2F |
| Octal | 307 | 150 | 53 | 0 | 60 | 116 | 26 | 27 | 100 | 57 |
| Binary | 11000111 | 1101000 | 101011 | 0 | 110000 | 1001110 | 10110 | 10111 | 1000000 | 101111 |
Color Harmonies of #C7682B
Complementary color
Monochromatic Colors of #C7682B
Black with #C7682B
Text Example
Text Example
White with #C7682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7682B; }
p { color: rgb(199,104,43); }
H1.HeaderClassName
{
color: #C7682B;
}
.AnyTagClassName
{
color: #C7682B;
}
</style>
background-color css
<style>
a { background-color: #C7682B; }
a { background-color: rgb(199,104,43); }
div.DivClassName
{
background-color: #C7682B;
}
.BgClassName
{
background-color: #C7682B;
}
</style>
border-color css
<style>
span { border-color: #C7682B; }
span { border-color: rgb(199,104,43); }
td.TdClassName
{
border-color: #C7682B;
}
.TagClassName
{
border-color: #C7682B;
}
</style>