Shades of Christine #C1541D
Tints of Christine #C1541D
RGB
CMYK
RGB Variations
Color information
#C1541D (or 0xC1541D) is known color: Christine. HEX triplet: C1, 54 and 1D. RGB value is (193,84,29). Sum of RGB (Red+Green+Blue) = 193+84+29=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1541D is #3EABE2. Grayscale: #6E6E6E. Windows color (decimal): -4107235 or 1922241. OLE color: 1922241.
HSL color Cylindrical-coordinate representation of color #C1541D: hue angle of 20.12º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1541D is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 29 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.24 |
| HSL | 20.12º | 0.74% | 0.44% | - |
| HSV(B) | 20.12º | 0.85% | 0.76% | - |
| XYZ | 25.38 | 17.77 | 3.25 | - |
| YUV | 110.32 | 82.11 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 29 | 0 | 0.56 | 0.85 | 0.24 | 20.12 | 0.74 | 0.44 |
| Hex | C1 | 54 | 1D | 0 | 38 | 55 | 18 | 14 | 4A | 2C |
| Octal | 301 | 124 | 35 | 0 | 70 | 125 | 30 | 24 | 112 | 54 |
| Binary | 11000001 | 1010100 | 11101 | 0 | 111000 | 1010101 | 11000 | 10100 | 1001010 | 101100 |
Color Harmonies of #C1541D
Complementary color
Monochromatic Colors of #C1541D
Black with #C1541D
Text Example
Text Example
White with #C1541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1541D; }
p { color: rgb(193,84,29); }
H1.HeaderClassName
{
color: #C1541D;
}
.AnyTagClassName
{
color: #C1541D;
}
</style>
background-color css
<style>
a { background-color: #C1541D; }
a { background-color: rgb(193,84,29); }
div.DivClassName
{
background-color: #C1541D;
}
.BgClassName
{
background-color: #C1541D;
}
</style>
border-color css
<style>
span { border-color: #C1541D; }
span { border-color: rgb(193,84,29); }
td.TdClassName
{
border-color: #C1541D;
}
.TagClassName
{
border-color: #C1541D;
}
</style>