Shades of Sunglo #C05C51
Tints of Sunglo #C05C51
RGB
CMYK
RGB Variations
Color information
#C05C51 (or 0xC05C51) is known color: Sunglo. HEX triplet: C0, 5C and 51. RGB value is (192,92,81). Sum of RGB (Red+Green+Blue) = 192+92+81=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05C51 is #3FA3AE. Grayscale: #787878. Windows color (decimal): -4170671 or 5332160. OLE color: 5332160.
HSL color Cylindrical-coordinate representation of color #C05C51: hue angle of 5.95º 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 #C05C51 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 81 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.25 |
| HSL | 5.95º | 0.47% | 0.54% | - |
| HSV(B) | 5.95º | 0.58% | 0.75% | - |
| XYZ | 27.05 | 19.45 | 10.11 | - |
| YUV | 120.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 81 | 0 | 0.52 | 0.58 | 0.25 | 5.95 | 0.47 | 0.54 |
| Hex | C0 | 5C | 51 | 0 | 34 | 3A | 19 | 6 | 2F | 36 |
| Octal | 300 | 134 | 121 | 0 | 64 | 72 | 31 | 6 | 57 | 66 |
| Binary | 11000000 | 1011100 | 1010001 | 0 | 110100 | 111010 | 11001 | 110 | 101111 | 110110 |
Color Harmonies of #C05C51
Complementary color
Monochromatic Colors of #C05C51
Black with #C05C51
Text Example
Text Example
White with #C05C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C51; }
p { color: rgb(192,92,81); }
H1.HeaderClassName
{
color: #C05C51;
}
.AnyTagClassName
{
color: #C05C51;
}
</style>
background-color css
<style>
a { background-color: #C05C51; }
a { background-color: rgb(192,92,81); }
div.DivClassName
{
background-color: #C05C51;
}
.BgClassName
{
background-color: #C05C51;
}
</style>
border-color css
<style>
span { border-color: #C05C51; }
span { border-color: rgb(192,92,81); }
td.TdClassName
{
border-color: #C05C51;
}
.TagClassName
{
border-color: #C05C51;
}
</style>