Shades of Christine #C6612C
Tints of Christine #C6612C
RGB
CMYK
RGB Variations
Color information
#C6612C (or 0xC6612C) is known color: Christine. HEX triplet: C6, 61 and 2C. RGB value is (198,97,44). Sum of RGB (Red+Green+Blue) = 198+97+44=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6612C is #399ED3. Grayscale: #797979. Windows color (decimal): -3776212 or 2908614. OLE color: 2908614.
HSL color Cylindrical-coordinate representation of color #C6612C: hue angle of 20.65º 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 #C6612C is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 97 | 44 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.22 |
| HSL | 20.65º | 0.64% | 0.47% | - |
| HSV(B) | 20.65º | 0.78% | 0.78% | - |
| XYZ | 28.02 | 20.74 | 4.91 | - |
| YUV | 121.16 | 84.46 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 44 | 0 | 0.51 | 0.78 | 0.22 | 20.65 | 0.64 | 0.47 |
| Hex | C6 | 61 | 2C | 0 | 33 | 4E | 16 | 15 | 40 | 2F |
| Octal | 306 | 141 | 54 | 0 | 63 | 116 | 26 | 25 | 100 | 57 |
| Binary | 11000110 | 1100001 | 101100 | 0 | 110011 | 1001110 | 10110 | 10101 | 1000000 | 101111 |
Color Harmonies of #C6612C
Complementary color
Monochromatic Colors of #C6612C
Black with #C6612C
Text Example
Text Example
White with #C6612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6612C; }
p { color: rgb(198,97,44); }
H1.HeaderClassName
{
color: #C6612C;
}
.AnyTagClassName
{
color: #C6612C;
}
</style>
background-color css
<style>
a { background-color: #C6612C; }
a { background-color: rgb(198,97,44); }
div.DivClassName
{
background-color: #C6612C;
}
.BgClassName
{
background-color: #C6612C;
}
</style>
border-color css
<style>
span { border-color: #C6612C; }
span { border-color: rgb(198,97,44); }
td.TdClassName
{
border-color: #C6612C;
}
.TagClassName
{
border-color: #C6612C;
}
</style>