Shades of Sunglo #C15C52
Tints of Sunglo #C15C52
RGB
CMYK
RGB Variations
Color information
#C15C52 (or 0xC15C52) is known color: Sunglo. HEX triplet: C1, 5C and 52. RGB value is (193,92,82). Sum of RGB (Red+Green+Blue) = 193+92+82=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15C52 is #3EA3AD. Grayscale: #797979. Windows color (decimal): -4105134 or 5397697. OLE color: 5397697.
HSL color Cylindrical-coordinate representation of color #C15C52: hue angle of 5.41º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15C52 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 82 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.24 |
| HSL | 5.41º | 0.47% | 0.54% | - |
| HSV(B) | 5.41º | 0.58% | 0.76% | - |
| XYZ | 27.34 | 19.6 | 10.32 | - |
| YUV | 121.06 | 105.96 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 82 | 0 | 0.52 | 0.58 | 0.24 | 5.41 | 0.47 | 0.54 |
| Hex | C1 | 5C | 52 | 0 | 34 | 3A | 18 | 5 | 2F | 36 |
| Octal | 301 | 134 | 122 | 0 | 64 | 72 | 30 | 5 | 57 | 66 |
| Binary | 11000001 | 1011100 | 1010010 | 0 | 110100 | 111010 | 11000 | 101 | 101111 | 110110 |
Color Harmonies of #C15C52
Complementary color
Monochromatic Colors of #C15C52
Black with #C15C52
Text Example
Text Example
White with #C15C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C52; }
p { color: rgb(193,92,82); }
H1.HeaderClassName
{
color: #C15C52;
}
.AnyTagClassName
{
color: #C15C52;
}
</style>
background-color css
<style>
a { background-color: #C15C52; }
a { background-color: rgb(193,92,82); }
div.DivClassName
{
background-color: #C15C52;
}
.BgClassName
{
background-color: #C15C52;
}
</style>
border-color css
<style>
span { border-color: #C15C52; }
span { border-color: rgb(193,92,82); }
td.TdClassName
{
border-color: #C15C52;
}
.TagClassName
{
border-color: #C15C52;
}
</style>