Shades of Christine #C15A27
Tints of Christine #C15A27
RGB
CMYK
RGB Variations
Color information
#C15A27 (or 0xC15A27) is known color: Christine. HEX triplet: C1, 5A and 27. RGB value is (193,90,39). Sum of RGB (Red+Green+Blue) = 193+90+39=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A27 is #3EA5D8. Grayscale: #737373. Windows color (decimal): -4105689 or 2579137. OLE color: 2579137.
HSL color Cylindrical-coordinate representation of color #C15A27: hue angle of 19.87º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C15A27 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 39 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.24 |
| HSL | 19.87º | 0.66% | 0.45% | - |
| HSV(B) | 19.87º | 0.8% | 0.76% | - |
| XYZ | 26.01 | 18.8 | 4.18 | - |
| YUV | 114.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 39 | 0 | 0.53 | 0.80 | 0.24 | 19.87 | 0.66 | 0.45 |
| Hex | C1 | 5A | 27 | 0 | 35 | 50 | 18 | 14 | 42 | 2D |
| Octal | 301 | 132 | 47 | 0 | 65 | 120 | 30 | 24 | 102 | 55 |
| Binary | 11000001 | 1011010 | 100111 | 0 | 110101 | 1010000 | 11000 | 10100 | 1000010 | 101101 |
Color Harmonies of #C15A27
Complementary color
Monochromatic Colors of #C15A27
Black with #C15A27
Text Example
Text Example
White with #C15A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A27; }
p { color: rgb(193,90,39); }
H1.HeaderClassName
{
color: #C15A27;
}
.AnyTagClassName
{
color: #C15A27;
}
</style>
background-color css
<style>
a { background-color: #C15A27; }
a { background-color: rgb(193,90,39); }
div.DivClassName
{
background-color: #C15A27;
}
.BgClassName
{
background-color: #C15A27;
}
</style>
border-color css
<style>
span { border-color: #C15A27; }
span { border-color: rgb(193,90,39); }
td.TdClassName
{
border-color: #C15A27;
}
.TagClassName
{
border-color: #C15A27;
}
</style>