Shades of Christine #C6612F
Tints of Christine #C6612F
RGB
CMYK
RGB Variations
Color information
#C6612F (or 0xC6612F) is known color: Christine. HEX triplet: C6, 61 and 2F. RGB value is (198,97,47). Sum of RGB (Red+Green+Blue) = 198+97+47=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6612F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6612F is #399ED0. Grayscale: #797979. Windows color (decimal): -3776209 or 3105222. OLE color: 3105222.
HSL color Cylindrical-coordinate representation of color #C6612F: hue angle of 19.87º 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 #C6612F is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 97 | 47 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.22 |
| HSL | 19.87º | 0.62% | 0.48% | - |
| HSV(B) | 19.87º | 0.76% | 0.78% | - |
| XYZ | 28.08 | 20.76 | 5.22 | - |
| YUV | 121.5 | 85.96 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 47 | 0 | 0.51 | 0.76 | 0.22 | 19.87 | 0.62 | 0.48 |
| Hex | C6 | 61 | 2F | 0 | 33 | 4C | 16 | 14 | 3E | 30 |
| Octal | 306 | 141 | 57 | 0 | 63 | 114 | 26 | 24 | 76 | 60 |
| Binary | 11000110 | 1100001 | 101111 | 0 | 110011 | 1001100 | 10110 | 10100 | 111110 | 110000 |
Color Harmonies of #C6612F
Complementary color
Monochromatic Colors of #C6612F
Black with #C6612F
Text Example
Text Example
White with #C6612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6612F; }
p { color: rgb(198,97,47); }
H1.HeaderClassName
{
color: #C6612F;
}
.AnyTagClassName
{
color: #C6612F;
}
</style>
background-color css
<style>
a { background-color: #C6612F; }
a { background-color: rgb(198,97,47); }
div.DivClassName
{
background-color: #C6612F;
}
.BgClassName
{
background-color: #C6612F;
}
</style>
border-color css
<style>
span { border-color: #C6612F; }
span { border-color: rgb(198,97,47); }
td.TdClassName
{
border-color: #C6612F;
}
.TagClassName
{
border-color: #C6612F;
}
</style>