Shades of Sunglo #C05F50
Tints of Sunglo #C05F50
RGB
CMYK
RGB Variations
Color information
#C05F50 (or 0xC05F50) is known color: Sunglo. HEX triplet: C0, 5F and 50. RGB value is (192,95,80). Sum of RGB (Red+Green+Blue) = 192+95+80=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F50 is #3FA0AF. Grayscale: #7A7A7A. Windows color (decimal): -4169904 or 5267392. OLE color: 5267392.
HSL color Cylindrical-coordinate representation of color #C05F50: hue angle of 8.04º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05F50 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 80 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.25 |
| HSL | 8.04º | 0.47% | 0.53% | - |
| HSV(B) | 8.04º | 0.58% | 0.75% | - |
| XYZ | 27.28 | 19.97 | 10.01 | - |
| YUV | 122.29 | 104.14 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 80 | 0 | 0.51 | 0.58 | 0.25 | 8.04 | 0.47 | 0.53 |
| Hex | C0 | 5F | 50 | 0 | 33 | 3A | 19 | 8 | 2F | 35 |
| Octal | 300 | 137 | 120 | 0 | 63 | 72 | 31 | 10 | 57 | 65 |
| Binary | 11000000 | 1011111 | 1010000 | 0 | 110011 | 111010 | 11001 | 1000 | 101111 | 110101 |
Color Harmonies of #C05F50
Complementary color
Monochromatic Colors of #C05F50
Black with #C05F50
Text Example
Text Example
White with #C05F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F50; }
p { color: rgb(192,95,80); }
H1.HeaderClassName
{
color: #C05F50;
}
.AnyTagClassName
{
color: #C05F50;
}
</style>
background-color css
<style>
a { background-color: #C05F50; }
a { background-color: rgb(192,95,80); }
div.DivClassName
{
background-color: #C05F50;
}
.BgClassName
{
background-color: #C05F50;
}
</style>
border-color css
<style>
span { border-color: #C05F50; }
span { border-color: rgb(192,95,80); }
td.TdClassName
{
border-color: #C05F50;
}
.TagClassName
{
border-color: #C05F50;
}
</style>