Shades of Christine #C7692C
Tints of Christine #C7692C
RGB
CMYK
RGB Variations
Color information
#C7692C (or 0xC7692C) is known color: Christine. HEX triplet: C7, 69 and 2C. RGB value is (199,105,44). Sum of RGB (Red+Green+Blue) = 199+105+44=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C7692C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7692C is #3896D3. Grayscale: #7E7E7E. Windows color (decimal): -3708628 or 2910663. OLE color: 2910663.
HSL color Cylindrical-coordinate representation of color #C7692C: hue angle of 23.61º 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 #C7692C is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 44 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.22 |
| HSL | 23.61º | 0.64% | 0.48% | - |
| HSV(B) | 23.61º | 0.78% | 0.78% | - |
| XYZ | 29.06 | 22.43 | 5.18 | - |
| YUV | 126.15 | 81.64 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 44 | 0 | 0.47 | 0.78 | 0.22 | 23.61 | 0.64 | 0.48 |
| Hex | C7 | 69 | 2C | 0 | 2F | 4E | 16 | 18 | 40 | 30 |
| Octal | 307 | 151 | 54 | 0 | 57 | 116 | 26 | 30 | 100 | 60 |
| Binary | 11000111 | 1101001 | 101100 | 0 | 101111 | 1001110 | 10110 | 11000 | 1000000 | 110000 |
Color Harmonies of #C7692C
Complementary color
Monochromatic Colors of #C7692C
Black with #C7692C
Text Example
Text Example
White with #C7692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7692C; }
p { color: rgb(199,105,44); }
H1.HeaderClassName
{
color: #C7692C;
}
.AnyTagClassName
{
color: #C7692C;
}
</style>
background-color css
<style>
a { background-color: #C7692C; }
a { background-color: rgb(199,105,44); }
div.DivClassName
{
background-color: #C7692C;
}
.BgClassName
{
background-color: #C7692C;
}
</style>
border-color css
<style>
span { border-color: #C7692C; }
span { border-color: rgb(199,105,44); }
td.TdClassName
{
border-color: #C7692C;
}
.TagClassName
{
border-color: #C7692C;
}
</style>