Shades of Christine #C2612F
Tints of Christine #C2612F
RGB
CMYK
RGB Variations
Color information
#C2612F (or 0xC2612F) is known color: Christine. HEX triplet: C2, 61 and 2F. RGB value is (194,97,47). Sum of RGB (Red+Green+Blue) = 194+97+47=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2612F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2612F is #3D9ED0. Grayscale: #787878. Windows color (decimal): -4038353 or 3105218. OLE color: 3105218.
HSL color Cylindrical-coordinate representation of color #C2612F: hue angle of 20.41º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2612F is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 47 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.24 |
| HSL | 20.41º | 0.61% | 0.47% | - |
| HSV(B) | 20.41º | 0.76% | 0.76% | - |
| XYZ | 27.04 | 20.22 | 5.17 | - |
| YUV | 120.3 | 86.64 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 47 | 0 | 0.50 | 0.76 | 0.24 | 20.41 | 0.61 | 0.47 |
| Hex | C2 | 61 | 2F | 0 | 32 | 4C | 18 | 14 | 3D | 2F |
| Octal | 302 | 141 | 57 | 0 | 62 | 114 | 30 | 24 | 75 | 57 |
| Binary | 11000010 | 1100001 | 101111 | 0 | 110010 | 1001100 | 11000 | 10100 | 111101 | 101111 |
Color Harmonies of #C2612F
Complementary color
Monochromatic Colors of #C2612F
Black with #C2612F
Text Example
Text Example
White with #C2612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2612F; }
p { color: rgb(194,97,47); }
H1.HeaderClassName
{
color: #C2612F;
}
.AnyTagClassName
{
color: #C2612F;
}
</style>
background-color css
<style>
a { background-color: #C2612F; }
a { background-color: rgb(194,97,47); }
div.DivClassName
{
background-color: #C2612F;
}
.BgClassName
{
background-color: #C2612F;
}
</style>
border-color css
<style>
span { border-color: #C2612F; }
span { border-color: rgb(194,97,47); }
td.TdClassName
{
border-color: #C2612F;
}
.TagClassName
{
border-color: #C2612F;
}
</style>