Shades of Sunglo #C25F59
Tints of Sunglo #C25F59
RGB
CMYK
RGB Variations
Color information
#C25F59 (or 0xC25F59) is known color: Sunglo. HEX triplet: C2, 5F and 59. RGB value is (194,95,89). Sum of RGB (Red+Green+Blue) = 194+95+89=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F59 is #3DA0A6. Grayscale: #7C7C7C. Windows color (decimal): -4038823 or 5857218. OLE color: 5857218.
HSL color Cylindrical-coordinate representation of color #C25F59: hue angle of 3.43º 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 #C25F59 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 89 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.24 |
| HSL | 3.43º | 0.46% | 0.55% | - |
| HSV(B) | 3.43º | 0.54% | 0.76% | - |
| XYZ | 28.14 | 20.38 | 11.9 | - |
| YUV | 123.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 89 | 0 | 0.51 | 0.54 | 0.24 | 3.43 | 0.46 | 0.55 |
| Hex | C2 | 5F | 59 | 0 | 33 | 36 | 18 | 3 | 2E | 37 |
| Octal | 302 | 137 | 131 | 0 | 63 | 66 | 30 | 3 | 56 | 67 |
| Binary | 11000010 | 1011111 | 1011001 | 0 | 110011 | 110110 | 11000 | 11 | 101110 | 110111 |
Color Harmonies of #C25F59
Complementary color
Monochromatic Colors of #C25F59
Black with #C25F59
Text Example
Text Example
White with #C25F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F59; }
p { color: rgb(194,95,89); }
H1.HeaderClassName
{
color: #C25F59;
}
.AnyTagClassName
{
color: #C25F59;
}
</style>
background-color css
<style>
a { background-color: #C25F59; }
a { background-color: rgb(194,95,89); }
div.DivClassName
{
background-color: #C25F59;
}
.BgClassName
{
background-color: #C25F59;
}
</style>
border-color css
<style>
span { border-color: #C25F59; }
span { border-color: rgb(194,95,89); }
td.TdClassName
{
border-color: #C25F59;
}
.TagClassName
{
border-color: #C25F59;
}
</style>