Shades of Sunglo #C05F53
Tints of Sunglo #C05F53
RGB
CMYK
RGB Variations
Color information
#C05F53 (or 0xC05F53) is known color: Sunglo. HEX triplet: C0, 5F and 53. RGB value is (192,95,83). Sum of RGB (Red+Green+Blue) = 192+95+83=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F53 is #3FA0AC. Grayscale: #7A7A7A. Windows color (decimal): -4169901 or 5464000. OLE color: 5464000.
HSL color Cylindrical-coordinate representation of color #C05F53: hue angle of 6.61º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05F53 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 83 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.25 |
| HSL | 6.61º | 0.46% | 0.54% | - |
| HSV(B) | 6.61º | 0.57% | 0.75% | - |
| XYZ | 27.39 | 20.02 | 10.6 | - |
| YUV | 122.64 | 105.64 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 83 | 0 | 0.51 | 0.57 | 0.25 | 6.61 | 0.46 | 0.54 |
| Hex | C0 | 5F | 53 | 0 | 33 | 39 | 19 | 7 | 2E | 36 |
| Octal | 300 | 137 | 123 | 0 | 63 | 71 | 31 | 7 | 56 | 66 |
| Binary | 11000000 | 1011111 | 1010011 | 0 | 110011 | 111001 | 11001 | 111 | 101110 | 110110 |
Color Harmonies of #C05F53
Complementary color
Monochromatic Colors of #C05F53
Black with #C05F53
Text Example
Text Example
White with #C05F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F53; }
p { color: rgb(192,95,83); }
H1.HeaderClassName
{
color: #C05F53;
}
.AnyTagClassName
{
color: #C05F53;
}
</style>
background-color css
<style>
a { background-color: #C05F53; }
a { background-color: rgb(192,95,83); }
div.DivClassName
{
background-color: #C05F53;
}
.BgClassName
{
background-color: #C05F53;
}
</style>
border-color css
<style>
span { border-color: #C05F53; }
span { border-color: rgb(192,95,83); }
td.TdClassName
{
border-color: #C05F53;
}
.TagClassName
{
border-color: #C05F53;
}
</style>