Shades of Christine #C15C1E
Tints of Christine #C15C1E
RGB
CMYK
RGB Variations
Color information
#C15C1E (or 0xC15C1E) is known color: Christine. HEX triplet: C1, 5C and 1E. RGB value is (193,92,30). Sum of RGB (Red+Green+Blue) = 193+92+30=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15C1E is #3EA3E1. Grayscale: #737373. Windows color (decimal): -4105186 or 1989825. OLE color: 1989825.
HSL color Cylindrical-coordinate representation of color #C15C1E: hue angle of 22.82º 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 #C15C1E is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 30 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.24 |
| HSL | 22.82º | 0.73% | 0.44% | - |
| HSV(B) | 22.82º | 0.84% | 0.76% | - |
| XYZ | 26.05 | 19.09 | 3.54 | - |
| YUV | 115.13 | 79.96 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 30 | 0 | 0.52 | 0.84 | 0.24 | 22.82 | 0.73 | 0.44 |
| Hex | C1 | 5C | 1E | 0 | 34 | 54 | 18 | 17 | 49 | 2C |
| Octal | 301 | 134 | 36 | 0 | 64 | 124 | 30 | 27 | 111 | 54 |
| Binary | 11000001 | 1011100 | 11110 | 0 | 110100 | 1010100 | 11000 | 10111 | 1001001 | 101100 |
Color Harmonies of #C15C1E
Complementary color
Monochromatic Colors of #C15C1E
Black with #C15C1E
Text Example
Text Example
White with #C15C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C1E; }
p { color: rgb(193,92,30); }
H1.HeaderClassName
{
color: #C15C1E;
}
.AnyTagClassName
{
color: #C15C1E;
}
</style>
background-color css
<style>
a { background-color: #C15C1E; }
a { background-color: rgb(193,92,30); }
div.DivClassName
{
background-color: #C15C1E;
}
.BgClassName
{
background-color: #C15C1E;
}
</style>
border-color css
<style>
span { border-color: #C15C1E; }
span { border-color: rgb(193,92,30); }
td.TdClassName
{
border-color: #C15C1E;
}
.TagClassName
{
border-color: #C15C1E;
}
</style>