Shades of Christine #C1622D
Tints of Christine #C1622D
RGB
CMYK
RGB Variations
Color information
#C1622D (or 0xC1622D) is known color: Christine. HEX triplet: C1, 62 and 2D. RGB value is (193,98,45). Sum of RGB (Red+Green+Blue) = 193+98+45=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1622D is #3E9DD2. Grayscale: #787878. Windows color (decimal): -4103635 or 2974401. OLE color: 2974401.
HSL color Cylindrical-coordinate representation of color #C1622D: hue angle of 21.49º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1622D is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 45 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.24 |
| HSL | 21.49º | 0.62% | 0.47% | - |
| HSV(B) | 21.49º | 0.77% | 0.76% | - |
| XYZ | 26.83 | 20.26 | 4.98 | - |
| YUV | 120.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 45 | 0 | 0.49 | 0.77 | 0.24 | 21.49 | 0.62 | 0.47 |
| Hex | C1 | 62 | 2D | 0 | 31 | 4D | 18 | 15 | 3E | 2F |
| Octal | 301 | 142 | 55 | 0 | 61 | 115 | 30 | 25 | 76 | 57 |
| Binary | 11000001 | 1100010 | 101101 | 0 | 110001 | 1001101 | 11000 | 10101 | 111110 | 101111 |
Color Harmonies of #C1622D
Complementary color
Monochromatic Colors of #C1622D
Black with #C1622D
Text Example
Text Example
White with #C1622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1622D; }
p { color: rgb(193,98,45); }
H1.HeaderClassName
{
color: #C1622D;
}
.AnyTagClassName
{
color: #C1622D;
}
</style>
background-color css
<style>
a { background-color: #C1622D; }
a { background-color: rgb(193,98,45); }
div.DivClassName
{
background-color: #C1622D;
}
.BgClassName
{
background-color: #C1622D;
}
</style>
border-color css
<style>
span { border-color: #C1622D; }
span { border-color: rgb(193,98,45); }
td.TdClassName
{
border-color: #C1622D;
}
.TagClassName
{
border-color: #C1622D;
}
</style>