Shades of Christine #C1632F
Tints of Christine #C1632F
RGB
CMYK
RGB Variations
Color information
#C1632F (or 0xC1632F) is known color: Christine. HEX triplet: C1, 63 and 2F. RGB value is (193,99,47). Sum of RGB (Red+Green+Blue) = 193+99+47=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1632F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1632F is #3E9CD0. Grayscale: #797979. Windows color (decimal): -4103377 or 3105729. OLE color: 3105729.
HSL color Cylindrical-coordinate representation of color #C1632F: hue angle of 21.37º 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 #C1632F is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 47 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.24 |
| HSL | 21.37º | 0.61% | 0.47% | - |
| HSV(B) | 21.37º | 0.76% | 0.76% | - |
| XYZ | 26.97 | 20.47 | 5.22 | - |
| YUV | 121.18 | 86.14 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 47 | 0 | 0.49 | 0.76 | 0.24 | 21.37 | 0.61 | 0.47 |
| Hex | C1 | 63 | 2F | 0 | 31 | 4C | 18 | 15 | 3D | 2F |
| Octal | 301 | 143 | 57 | 0 | 61 | 114 | 30 | 25 | 75 | 57 |
| Binary | 11000001 | 1100011 | 101111 | 0 | 110001 | 1001100 | 11000 | 10101 | 111101 | 101111 |
Color Harmonies of #C1632F
Complementary color
Monochromatic Colors of #C1632F
Black with #C1632F
Text Example
Text Example
White with #C1632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1632F; }
p { color: rgb(193,99,47); }
H1.HeaderClassName
{
color: #C1632F;
}
.AnyTagClassName
{
color: #C1632F;
}
</style>
background-color css
<style>
a { background-color: #C1632F; }
a { background-color: rgb(193,99,47); }
div.DivClassName
{
background-color: #C1632F;
}
.BgClassName
{
background-color: #C1632F;
}
</style>
border-color css
<style>
span { border-color: #C1632F; }
span { border-color: rgb(193,99,47); }
td.TdClassName
{
border-color: #C1632F;
}
.TagClassName
{
border-color: #C1632F;
}
</style>