Shades of Sunglo #C15E52
Tints of Sunglo #C15E52
RGB
CMYK
RGB Variations
Color information
#C15E52 (or 0xC15E52) is known color: Sunglo. HEX triplet: C1, 5E and 52. RGB value is (193,94,82). Sum of RGB (Red+Green+Blue) = 193+94+82=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15E52 is #3EA1AD. Grayscale: #7A7A7A. Windows color (decimal): -4104622 or 5398209. OLE color: 5398209.
HSL color Cylindrical-coordinate representation of color #C15E52: hue angle of 6.49º 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 #C15E52 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 82 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.24 |
| HSL | 6.49º | 0.47% | 0.54% | - |
| HSV(B) | 6.49º | 0.58% | 0.76% | - |
| XYZ | 27.52 | 19.95 | 10.38 | - |
| YUV | 122.23 | 105.3 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 82 | 0 | 0.51 | 0.58 | 0.24 | 6.49 | 0.47 | 0.54 |
| Hex | C1 | 5E | 52 | 0 | 33 | 3A | 18 | 6 | 2F | 36 |
| Octal | 301 | 136 | 122 | 0 | 63 | 72 | 30 | 6 | 57 | 66 |
| Binary | 11000001 | 1011110 | 1010010 | 0 | 110011 | 111010 | 11000 | 110 | 101111 | 110110 |
Color Harmonies of #C15E52
Complementary color
Monochromatic Colors of #C15E52
Black with #C15E52
Text Example
Text Example
White with #C15E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15E52; }
p { color: rgb(193,94,82); }
H1.HeaderClassName
{
color: #C15E52;
}
.AnyTagClassName
{
color: #C15E52;
}
</style>
background-color css
<style>
a { background-color: #C15E52; }
a { background-color: rgb(193,94,82); }
div.DivClassName
{
background-color: #C15E52;
}
.BgClassName
{
background-color: #C15E52;
}
</style>
border-color css
<style>
span { border-color: #C15E52; }
span { border-color: rgb(193,94,82); }
td.TdClassName
{
border-color: #C15E52;
}
.TagClassName
{
border-color: #C15E52;
}
</style>