Shades of Sunglo #C05F52
Tints of Sunglo #C05F52
RGB
CMYK
RGB Variations
Color information
#C05F52 (or 0xC05F52) is known color: Sunglo. HEX triplet: C0, 5F and 52. RGB value is (192,95,82). Sum of RGB (Red+Green+Blue) = 192+95+82=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F52 is #3FA0AD. Grayscale: #7A7A7A. Windows color (decimal): -4169902 or 5398464. OLE color: 5398464.
HSL color Cylindrical-coordinate representation of color #C05F52: hue angle of 7.09º degrees, saturation: 0.47, 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 #C05F52 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 82 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.25 |
| HSL | 7.09º | 0.47% | 0.54% | - |
| HSV(B) | 7.09º | 0.57% | 0.75% | - |
| XYZ | 27.35 | 20 | 10.4 | - |
| YUV | 122.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 82 | 0 | 0.51 | 0.57 | 0.25 | 7.09 | 0.47 | 0.54 |
| Hex | C0 | 5F | 52 | 0 | 33 | 39 | 19 | 7 | 2F | 36 |
| Octal | 300 | 137 | 122 | 0 | 63 | 71 | 31 | 7 | 57 | 66 |
| Binary | 11000000 | 1011111 | 1010010 | 0 | 110011 | 111001 | 11001 | 111 | 101111 | 110110 |
Color Harmonies of #C05F52
Complementary color
Monochromatic Colors of #C05F52
Black with #C05F52
Text Example
Text Example
White with #C05F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F52; }
p { color: rgb(192,95,82); }
H1.HeaderClassName
{
color: #C05F52;
}
.AnyTagClassName
{
color: #C05F52;
}
</style>
background-color css
<style>
a { background-color: #C05F52; }
a { background-color: rgb(192,95,82); }
div.DivClassName
{
background-color: #C05F52;
}
.BgClassName
{
background-color: #C05F52;
}
</style>
border-color css
<style>
span { border-color: #C05F52; }
span { border-color: rgb(192,95,82); }
td.TdClassName
{
border-color: #C05F52;
}
.TagClassName
{
border-color: #C05F52;
}
</style>