Shades of Christine #C15A1E
Tints of Christine #C15A1E
RGB
CMYK
RGB Variations
Color information
#C15A1E (or 0xC15A1E) is known color: Christine. HEX triplet: C1, 5A and 1E. RGB value is (193,90,30). Sum of RGB (Red+Green+Blue) = 193+90+30=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A1E is #3EA5E1. Grayscale: #727272. Windows color (decimal): -4105698 or 1989313. OLE color: 1989313.
HSL color Cylindrical-coordinate representation of color #C15A1E: hue angle of 22.09º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C15A1E is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 30 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.24 |
| HSL | 22.09º | 0.73% | 0.44% | - |
| HSV(B) | 22.09º | 0.84% | 0.76% | - |
| XYZ | 25.88 | 18.74 | 3.48 | - |
| YUV | 113.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 30 | 0 | 0.53 | 0.84 | 0.24 | 22.09 | 0.73 | 0.44 |
| Hex | C1 | 5A | 1E | 0 | 35 | 54 | 18 | 16 | 49 | 2C |
| Octal | 301 | 132 | 36 | 0 | 65 | 124 | 30 | 26 | 111 | 54 |
| Binary | 11000001 | 1011010 | 11110 | 0 | 110101 | 1010100 | 11000 | 10110 | 1001001 | 101100 |
Color Harmonies of #C15A1E
Complementary color
Monochromatic Colors of #C15A1E
Black with #C15A1E
Text Example
Text Example
White with #C15A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A1E; }
p { color: rgb(193,90,30); }
H1.HeaderClassName
{
color: #C15A1E;
}
.AnyTagClassName
{
color: #C15A1E;
}
</style>
background-color css
<style>
a { background-color: #C15A1E; }
a { background-color: rgb(193,90,30); }
div.DivClassName
{
background-color: #C15A1E;
}
.BgClassName
{
background-color: #C15A1E;
}
</style>
border-color css
<style>
span { border-color: #C15A1E; }
span { border-color: rgb(193,90,30); }
td.TdClassName
{
border-color: #C15A1E;
}
.TagClassName
{
border-color: #C15A1E;
}
</style>