Shades of Christine #C2622F
Tints of Christine #C2622F
RGB
CMYK
RGB Variations
Color information
#C2622F (or 0xC2622F) is known color: Christine. HEX triplet: C2, 62 and 2F. RGB value is (194,98,47). Sum of RGB (Red+Green+Blue) = 194+98+47=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2622F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2622F is #3D9DD0. Grayscale: #797979. Windows color (decimal): -4038097 or 3105474. OLE color: 3105474.
HSL color Cylindrical-coordinate representation of color #C2622F: hue angle of 20.82º 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 #C2622F is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 47 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.24 |
| HSL | 20.82º | 0.61% | 0.47% | - |
| HSV(B) | 20.82º | 0.76% | 0.76% | - |
| XYZ | 27.13 | 20.41 | 5.2 | - |
| YUV | 120.89 | 86.3 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 47 | 0 | 0.49 | 0.76 | 0.24 | 20.82 | 0.61 | 0.47 |
| Hex | C2 | 62 | 2F | 0 | 31 | 4C | 18 | 15 | 3D | 2F |
| Octal | 302 | 142 | 57 | 0 | 61 | 114 | 30 | 25 | 75 | 57 |
| Binary | 11000010 | 1100010 | 101111 | 0 | 110001 | 1001100 | 11000 | 10101 | 111101 | 101111 |
Color Harmonies of #C2622F
Complementary color
Monochromatic Colors of #C2622F
Black with #C2622F
Text Example
Text Example
White with #C2622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2622F; }
p { color: rgb(194,98,47); }
H1.HeaderClassName
{
color: #C2622F;
}
.AnyTagClassName
{
color: #C2622F;
}
</style>
background-color css
<style>
a { background-color: #C2622F; }
a { background-color: rgb(194,98,47); }
div.DivClassName
{
background-color: #C2622F;
}
.BgClassName
{
background-color: #C2622F;
}
</style>
border-color css
<style>
span { border-color: #C2622F; }
span { border-color: rgb(194,98,47); }
td.TdClassName
{
border-color: #C2622F;
}
.TagClassName
{
border-color: #C2622F;
}
</style>