Shades of Christine #C15C28
Tints of Christine #C15C28
RGB
CMYK
RGB Variations
Color information
#C15C28 (or 0xC15C28) is known color: Christine. HEX triplet: C1, 5C and 28. RGB value is (193,92,40). Sum of RGB (Red+Green+Blue) = 193+92+40=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15C28 is #3EA3D7. Grayscale: #747474. Windows color (decimal): -4105176 or 2645185. OLE color: 2645185.
HSL color Cylindrical-coordinate representation of color #C15C28: hue angle of 20.39º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C15C28 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 40 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.24 |
| HSL | 20.39º | 0.66% | 0.46% | - |
| HSV(B) | 20.39º | 0.79% | 0.76% | - |
| XYZ | 26.2 | 19.14 | 4.32 | - |
| YUV | 116.27 | 84.96 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 40 | 0 | 0.52 | 0.79 | 0.24 | 20.39 | 0.66 | 0.46 |
| Hex | C1 | 5C | 28 | 0 | 34 | 4F | 18 | 14 | 42 | 2E |
| Octal | 301 | 134 | 50 | 0 | 64 | 117 | 30 | 24 | 102 | 56 |
| Binary | 11000001 | 1011100 | 101000 | 0 | 110100 | 1001111 | 11000 | 10100 | 1000010 | 101110 |
Color Harmonies of #C15C28
Complementary color
Monochromatic Colors of #C15C28
Black with #C15C28
Text Example
Text Example
White with #C15C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C28; }
p { color: rgb(193,92,40); }
H1.HeaderClassName
{
color: #C15C28;
}
.AnyTagClassName
{
color: #C15C28;
}
</style>
background-color css
<style>
a { background-color: #C15C28; }
a { background-color: rgb(193,92,40); }
div.DivClassName
{
background-color: #C15C28;
}
.BgClassName
{
background-color: #C15C28;
}
</style>
border-color css
<style>
span { border-color: #C15C28; }
span { border-color: rgb(193,92,40); }
td.TdClassName
{
border-color: #C15C28;
}
.TagClassName
{
border-color: #C15C28;
}
</style>