Shades of Sunglo #C05F55
Tints of Sunglo #C05F55
RGB
CMYK
RGB Variations
Color information
#C05F55 (or 0xC05F55) is known color: Sunglo. HEX triplet: C0, 5F and 55. RGB value is (192,95,85). Sum of RGB (Red+Green+Blue) = 192+95+85=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F55 is #3FA0AA. Grayscale: #7A7A7A. Windows color (decimal): -4169899 or 5595072. OLE color: 5595072.
HSL color Cylindrical-coordinate representation of color #C05F55: hue angle of 5.61º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05F55 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 85 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.25 |
| HSL | 5.61º | 0.46% | 0.54% | - |
| HSV(B) | 5.61º | 0.56% | 0.75% | - |
| XYZ | 27.47 | 20.05 | 11.02 | - |
| YUV | 122.86 | 106.64 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 85 | 0 | 0.51 | 0.56 | 0.25 | 5.61 | 0.46 | 0.54 |
| Hex | C0 | 5F | 55 | 0 | 33 | 38 | 19 | 6 | 2E | 36 |
| Octal | 300 | 137 | 125 | 0 | 63 | 70 | 31 | 6 | 56 | 66 |
| Binary | 11000000 | 1011111 | 1010101 | 0 | 110011 | 111000 | 11001 | 110 | 101110 | 110110 |
Color Harmonies of #C05F55
Complementary color
Monochromatic Colors of #C05F55
Black with #C05F55
Text Example
Text Example
White with #C05F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F55; }
p { color: rgb(192,95,85); }
H1.HeaderClassName
{
color: #C05F55;
}
.AnyTagClassName
{
color: #C05F55;
}
</style>
background-color css
<style>
a { background-color: #C05F55; }
a { background-color: rgb(192,95,85); }
div.DivClassName
{
background-color: #C05F55;
}
.BgClassName
{
background-color: #C05F55;
}
</style>
border-color css
<style>
span { border-color: #C05F55; }
span { border-color: rgb(192,95,85); }
td.TdClassName
{
border-color: #C05F55;
}
.TagClassName
{
border-color: #C05F55;
}
</style>