Shades of Sunglo #C05F51
Tints of Sunglo #C05F51
RGB
CMYK
RGB Variations
Color information
#C05F51 (or 0xC05F51) is known color: Sunglo. HEX triplet: C0, 5F and 51. RGB value is (192,95,81). Sum of RGB (Red+Green+Blue) = 192+95+81=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F51 is #3FA0AE. Grayscale: #7A7A7A. Windows color (decimal): -4169903 or 5332928. OLE color: 5332928.
HSL color Cylindrical-coordinate representation of color #C05F51: hue angle of 7.57º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05F51 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 81 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.25 |
| HSL | 7.57º | 0.47% | 0.54% | - |
| HSV(B) | 7.57º | 0.58% | 0.75% | - |
| XYZ | 27.32 | 19.98 | 10.2 | - |
| YUV | 122.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 81 | 0 | 0.51 | 0.58 | 0.25 | 7.57 | 0.47 | 0.54 |
| Hex | C0 | 5F | 51 | 0 | 33 | 3A | 19 | 8 | 2F | 36 |
| Octal | 300 | 137 | 121 | 0 | 63 | 72 | 31 | 10 | 57 | 66 |
| Binary | 11000000 | 1011111 | 1010001 | 0 | 110011 | 111010 | 11001 | 1000 | 101111 | 110110 |
Color Harmonies of #C05F51
Complementary color
Monochromatic Colors of #C05F51
Black with #C05F51
Text Example
Text Example
White with #C05F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F51; }
p { color: rgb(192,95,81); }
H1.HeaderClassName
{
color: #C05F51;
}
.AnyTagClassName
{
color: #C05F51;
}
</style>
background-color css
<style>
a { background-color: #C05F51; }
a { background-color: rgb(192,95,81); }
div.DivClassName
{
background-color: #C05F51;
}
.BgClassName
{
background-color: #C05F51;
}
</style>
border-color css
<style>
span { border-color: #C05F51; }
span { border-color: rgb(192,95,81); }
td.TdClassName
{
border-color: #C05F51;
}
.TagClassName
{
border-color: #C05F51;
}
</style>