Shades of Sunglo #C25D50
Tints of Sunglo #C25D50
RGB
CMYK
RGB Variations
Color information
#C25D50 (or 0xC25D50) is known color: Sunglo. HEX triplet: C2, 5D and 50. RGB value is (194,93,80). Sum of RGB (Red+Green+Blue) = 194+93+80=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25D50 is #3DA2AF. Grayscale: #797979. Windows color (decimal): -4039344 or 5266882. OLE color: 5266882.
HSL color Cylindrical-coordinate representation of color #C25D50: hue angle of 6.84º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25D50 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 80 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.24 |
| HSL | 6.84º | 0.48% | 0.54% | - |
| HSV(B) | 6.84º | 0.59% | 0.76% | - |
| XYZ | 27.61 | 19.88 | 9.97 | - |
| YUV | 121.72 | 104.46 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 80 | 0 | 0.52 | 0.59 | 0.24 | 6.84 | 0.48 | 0.54 |
| Hex | C2 | 5D | 50 | 0 | 34 | 3B | 18 | 7 | 30 | 36 |
| Octal | 302 | 135 | 120 | 0 | 64 | 73 | 30 | 7 | 60 | 66 |
| Binary | 11000010 | 1011101 | 1010000 | 0 | 110100 | 111011 | 11000 | 111 | 110000 | 110110 |
Color Harmonies of #C25D50
Complementary color
Monochromatic Colors of #C25D50
Black with #C25D50
Text Example
Text Example
White with #C25D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D50; }
p { color: rgb(194,93,80); }
H1.HeaderClassName
{
color: #C25D50;
}
.AnyTagClassName
{
color: #C25D50;
}
</style>
background-color css
<style>
a { background-color: #C25D50; }
a { background-color: rgb(194,93,80); }
div.DivClassName
{
background-color: #C25D50;
}
.BgClassName
{
background-color: #C25D50;
}
</style>
border-color css
<style>
span { border-color: #C25D50; }
span { border-color: rgb(194,93,80); }
td.TdClassName
{
border-color: #C25D50;
}
.TagClassName
{
border-color: #C25D50;
}
</style>