Shades of Sunglo #C15E55
Tints of Sunglo #C15E55
RGB
CMYK
RGB Variations
Color information
#C15E55 (or 0xC15E55) is known color: Sunglo. HEX triplet: C1, 5E and 55. RGB value is (193,94,85). Sum of RGB (Red+Green+Blue) = 193+94+85=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15E55 is #3EA1AA. Grayscale: #7A7A7A. Windows color (decimal): -4104619 or 5594817. OLE color: 5594817.
HSL color Cylindrical-coordinate representation of color #C15E55: hue angle of 5º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15E55 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 85 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.24 |
| HSL | 5º | 0.47% | 0.55% | - |
| HSV(B) | 5º | 0.56% | 0.76% | - |
| XYZ | 27.63 | 20 | 11 | - |
| YUV | 122.58 | 106.8 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 85 | 0 | 0.51 | 0.56 | 0.24 | 5 | 0.47 | 0.55 |
| Hex | C1 | 5E | 55 | 0 | 33 | 38 | 18 | 5 | 2F | 37 |
| Octal | 301 | 136 | 125 | 0 | 63 | 70 | 30 | 5 | 57 | 67 |
| Binary | 11000001 | 1011110 | 1010101 | 0 | 110011 | 111000 | 11000 | 101 | 101111 | 110111 |
Color Harmonies of #C15E55
Complementary color
Monochromatic Colors of #C15E55
Black with #C15E55
Text Example
Text Example
White with #C15E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15E55; }
p { color: rgb(193,94,85); }
H1.HeaderClassName
{
color: #C15E55;
}
.AnyTagClassName
{
color: #C15E55;
}
</style>
background-color css
<style>
a { background-color: #C15E55; }
a { background-color: rgb(193,94,85); }
div.DivClassName
{
background-color: #C15E55;
}
.BgClassName
{
background-color: #C15E55;
}
</style>
border-color css
<style>
span { border-color: #C15E55; }
span { border-color: rgb(193,94,85); }
td.TdClassName
{
border-color: #C15E55;
}
.TagClassName
{
border-color: #C15E55;
}
</style>