Shades of Sunglo #C25E59
Tints of Sunglo #C25E59
RGB
CMYK
RGB Variations
Color information
#C25E59 (or 0xC25E59) is known color: Sunglo. HEX triplet: C2, 5E and 59. RGB value is (194,94,89). Sum of RGB (Red+Green+Blue) = 194+94+89=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25E59 is #3DA1A6. Grayscale: #7B7B7B. Windows color (decimal): -4039079 or 5856962. OLE color: 5856962.
HSL color Cylindrical-coordinate representation of color #C25E59: hue angle of 2.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25E59 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 89 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.24 |
| HSL | 2.86º | 0.46% | 0.55% | - |
| HSV(B) | 2.86º | 0.54% | 0.76% | - |
| XYZ | 28.05 | 20.2 | 11.87 | - |
| YUV | 123.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 89 | 0 | 0.52 | 0.54 | 0.24 | 2.86 | 0.46 | 0.55 |
| Hex | C2 | 5E | 59 | 0 | 34 | 36 | 18 | 3 | 2E | 37 |
| Octal | 302 | 136 | 131 | 0 | 64 | 66 | 30 | 3 | 56 | 67 |
| Binary | 11000010 | 1011110 | 1011001 | 0 | 110100 | 110110 | 11000 | 11 | 101110 | 110111 |
Color Harmonies of #C25E59
Complementary color
Monochromatic Colors of #C25E59
Black with #C25E59
Text Example
Text Example
White with #C25E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E59; }
p { color: rgb(194,94,89); }
H1.HeaderClassName
{
color: #C25E59;
}
.AnyTagClassName
{
color: #C25E59;
}
</style>
background-color css
<style>
a { background-color: #C25E59; }
a { background-color: rgb(194,94,89); }
div.DivClassName
{
background-color: #C25E59;
}
.BgClassName
{
background-color: #C25E59;
}
</style>
border-color css
<style>
span { border-color: #C25E59; }
span { border-color: rgb(194,94,89); }
td.TdClassName
{
border-color: #C25E59;
}
.TagClassName
{
border-color: #C25E59;
}
</style>