Shades of Sunglo #C25F58
Tints of Sunglo #C25F58
RGB
CMYK
RGB Variations
Color information
#C25F58 (or 0xC25F58) is known color: Sunglo. HEX triplet: C2, 5F and 58. RGB value is (194,95,88). Sum of RGB (Red+Green+Blue) = 194+95+88=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F58 is #3DA0A7. Grayscale: #7B7B7B. Windows color (decimal): -4038824 or 5791682. OLE color: 5791682.
HSL color Cylindrical-coordinate representation of color #C25F58: hue angle of 3.96º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25F58 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 88 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.24 |
| HSL | 3.96º | 0.46% | 0.55% | - |
| HSV(B) | 3.96º | 0.55% | 0.76% | - |
| XYZ | 28.1 | 20.36 | 11.68 | - |
| YUV | 123.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 88 | 0 | 0.51 | 0.55 | 0.24 | 3.96 | 0.46 | 0.55 |
| Hex | C2 | 5F | 58 | 0 | 33 | 37 | 18 | 4 | 2E | 37 |
| Octal | 302 | 137 | 130 | 0 | 63 | 67 | 30 | 4 | 56 | 67 |
| Binary | 11000010 | 1011111 | 1011000 | 0 | 110011 | 110111 | 11000 | 100 | 101110 | 110111 |
Color Harmonies of #C25F58
Complementary color
Monochromatic Colors of #C25F58
Black with #C25F58
Text Example
Text Example
White with #C25F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F58; }
p { color: rgb(194,95,88); }
H1.HeaderClassName
{
color: #C25F58;
}
.AnyTagClassName
{
color: #C25F58;
}
</style>
background-color css
<style>
a { background-color: #C25F58; }
a { background-color: rgb(194,95,88); }
div.DivClassName
{
background-color: #C25F58;
}
.BgClassName
{
background-color: #C25F58;
}
</style>
border-color css
<style>
span { border-color: #C25F58; }
span { border-color: rgb(194,95,88); }
td.TdClassName
{
border-color: #C25F58;
}
.TagClassName
{
border-color: #C25F58;
}
</style>