Shades of Christine #C15A1F
Tints of Christine #C15A1F
RGB
CMYK
RGB Variations
Color information
#C15A1F (or 0xC15A1F) is known color: Christine. HEX triplet: C1, 5A and 1F. RGB value is (193,90,31). Sum of RGB (Red+Green+Blue) = 193+90+31=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A1F is #3EA5E0. Grayscale: #727272. Windows color (decimal): -4105697 or 2054849. OLE color: 2054849.
HSL color Cylindrical-coordinate representation of color #C15A1F: hue angle of 21.85º degrees, saturation: 0.72, 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 #C15A1F is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 31 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.24 |
| HSL | 21.85º | 0.72% | 0.44% | - |
| HSV(B) | 21.85º | 0.84% | 0.76% | - |
| XYZ | 25.9 | 18.75 | 3.55 | - |
| YUV | 114.07 | 81.12 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 31 | 0 | 0.53 | 0.84 | 0.24 | 21.85 | 0.72 | 0.44 |
| Hex | C1 | 5A | 1F | 0 | 35 | 54 | 18 | 16 | 48 | 2C |
| Octal | 301 | 132 | 37 | 0 | 65 | 124 | 30 | 26 | 110 | 54 |
| Binary | 11000001 | 1011010 | 11111 | 0 | 110101 | 1010100 | 11000 | 10110 | 1001000 | 101100 |
Color Harmonies of #C15A1F
Complementary color
Monochromatic Colors of #C15A1F
Black with #C15A1F
Text Example
Text Example
White with #C15A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A1F; }
p { color: rgb(193,90,31); }
H1.HeaderClassName
{
color: #C15A1F;
}
.AnyTagClassName
{
color: #C15A1F;
}
</style>
background-color css
<style>
a { background-color: #C15A1F; }
a { background-color: rgb(193,90,31); }
div.DivClassName
{
background-color: #C15A1F;
}
.BgClassName
{
background-color: #C15A1F;
}
</style>
border-color css
<style>
span { border-color: #C15A1F; }
span { border-color: rgb(193,90,31); }
td.TdClassName
{
border-color: #C15A1F;
}
.TagClassName
{
border-color: #C15A1F;
}
</style>