Shades of Sunglo #C05C53
Tints of Sunglo #C05C53
RGB
CMYK
RGB Variations
Color information
#C05C53 (or 0xC05C53) is known color: Sunglo. HEX triplet: C0, 5C and 53. RGB value is (192,92,83). Sum of RGB (Red+Green+Blue) = 192+92+83=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05C53 is #3FA3AC. Grayscale: #797979. Windows color (decimal): -4170669 or 5463232. OLE color: 5463232.
HSL color Cylindrical-coordinate representation of color #C05C53: hue angle of 4.95º 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 #C05C53 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 83 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.25 |
| HSL | 4.95º | 0.46% | 0.54% | - |
| HSV(B) | 4.95º | 0.57% | 0.75% | - |
| XYZ | 27.13 | 19.49 | 10.51 | - |
| YUV | 120.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 83 | 0 | 0.52 | 0.57 | 0.25 | 4.95 | 0.46 | 0.54 |
| Hex | C0 | 5C | 53 | 0 | 34 | 39 | 19 | 5 | 2E | 36 |
| Octal | 300 | 134 | 123 | 0 | 64 | 71 | 31 | 5 | 56 | 66 |
| Binary | 11000000 | 1011100 | 1010011 | 0 | 110100 | 111001 | 11001 | 101 | 101110 | 110110 |
Color Harmonies of #C05C53
Complementary color
Monochromatic Colors of #C05C53
Black with #C05C53
Text Example
Text Example
White with #C05C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C53; }
p { color: rgb(192,92,83); }
H1.HeaderClassName
{
color: #C05C53;
}
.AnyTagClassName
{
color: #C05C53;
}
</style>
background-color css
<style>
a { background-color: #C05C53; }
a { background-color: rgb(192,92,83); }
div.DivClassName
{
background-color: #C05C53;
}
.BgClassName
{
background-color: #C05C53;
}
</style>
border-color css
<style>
span { border-color: #C05C53; }
span { border-color: rgb(192,92,83); }
td.TdClassName
{
border-color: #C05C53;
}
.TagClassName
{
border-color: #C05C53;
}
</style>