Shades of Christine #C1622C
Tints of Christine #C1622C
RGB
CMYK
RGB Variations
Color information
#C1622C (or 0xC1622C) is known color: Christine. HEX triplet: C1, 62 and 2C. RGB value is (193,98,44). Sum of RGB (Red+Green+Blue) = 193+98+44=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1622C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1622C is #3E9DD3. Grayscale: #787878. Windows color (decimal): -4103636 or 2908865. OLE color: 2908865.
HSL color Cylindrical-coordinate representation of color #C1622C: hue angle of 21.74º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1622C is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 44 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.24 |
| HSL | 21.74º | 0.63% | 0.46% | - |
| HSV(B) | 21.74º | 0.77% | 0.76% | - |
| XYZ | 26.81 | 20.25 | 4.88 | - |
| YUV | 120.25 | 84.97 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 44 | 0 | 0.49 | 0.77 | 0.24 | 21.74 | 0.63 | 0.46 |
| Hex | C1 | 62 | 2C | 0 | 31 | 4D | 18 | 16 | 3F | 2E |
| Octal | 301 | 142 | 54 | 0 | 61 | 115 | 30 | 26 | 77 | 56 |
| Binary | 11000001 | 1100010 | 101100 | 0 | 110001 | 1001101 | 11000 | 10110 | 111111 | 101110 |
Color Harmonies of #C1622C
Complementary color
Monochromatic Colors of #C1622C
Black with #C1622C
Text Example
Text Example
White with #C1622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1622C; }
p { color: rgb(193,98,44); }
H1.HeaderClassName
{
color: #C1622C;
}
.AnyTagClassName
{
color: #C1622C;
}
</style>
background-color css
<style>
a { background-color: #C1622C; }
a { background-color: rgb(193,98,44); }
div.DivClassName
{
background-color: #C1622C;
}
.BgClassName
{
background-color: #C1622C;
}
</style>
border-color css
<style>
span { border-color: #C1622C; }
span { border-color: rgb(193,98,44); }
td.TdClassName
{
border-color: #C1622C;
}
.TagClassName
{
border-color: #C1622C;
}
</style>