Shades of Christine #C1642F
Tints of Christine #C1642F
RGB
CMYK
RGB Variations
Color information
#C1642F (or 0xC1642F) is known color: Christine. HEX triplet: C1, 64 and 2F. RGB value is (193,100,47). Sum of RGB (Red+Green+Blue) = 193+100+47=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1642F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1642F is #3E9BD0. Grayscale: #7A7A7A. Windows color (decimal): -4103121 or 3105985. OLE color: 3105985.
HSL color Cylindrical-coordinate representation of color #C1642F: hue angle of 21.78º 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 #C1642F is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 47 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.24 |
| HSL | 21.78º | 0.61% | 0.47% | - |
| HSV(B) | 21.78º | 0.76% | 0.76% | - |
| XYZ | 27.06 | 20.66 | 5.25 | - |
| YUV | 121.77 | 85.81 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 47 | 0 | 0.48 | 0.76 | 0.24 | 21.78 | 0.61 | 0.47 |
| Hex | C1 | 64 | 2F | 0 | 30 | 4C | 18 | 16 | 3D | 2F |
| Octal | 301 | 144 | 57 | 0 | 60 | 114 | 30 | 26 | 75 | 57 |
| Binary | 11000001 | 1100100 | 101111 | 0 | 110000 | 1001100 | 11000 | 10110 | 111101 | 101111 |
Color Harmonies of #C1642F
Complementary color
Monochromatic Colors of #C1642F
Black with #C1642F
Text Example
Text Example
White with #C1642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1642F; }
p { color: rgb(193,100,47); }
H1.HeaderClassName
{
color: #C1642F;
}
.AnyTagClassName
{
color: #C1642F;
}
</style>
background-color css
<style>
a { background-color: #C1642F; }
a { background-color: rgb(193,100,47); }
div.DivClassName
{
background-color: #C1642F;
}
.BgClassName
{
background-color: #C1642F;
}
</style>
border-color css
<style>
span { border-color: #C1642F; }
span { border-color: rgb(193,100,47); }
td.TdClassName
{
border-color: #C1642F;
}
.TagClassName
{
border-color: #C1642F;
}
</style>