Shades of Sunglo #C66052
Tints of Sunglo #C66052
RGB
CMYK
RGB Variations
Color information
#C66052 (or 0xC66052) is known color: Sunglo. HEX triplet: C6, 60 and 52. RGB value is (198,96,82). Sum of RGB (Red+Green+Blue) = 198+96+82=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C66052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66052 is #399FAD. Grayscale: #7D7D7D. Windows color (decimal): -3776430 or 5398726. OLE color: 5398726.
HSL color Cylindrical-coordinate representation of color #C66052: hue angle of 7.24º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C66052 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 82 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.22 |
| HSL | 7.24º | 0.5% | 0.55% | - |
| HSV(B) | 7.24º | 0.59% | 0.78% | - |
| XYZ | 28.99 | 20.98 | 10.5 | - |
| YUV | 124.9 | 103.79 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 82 | 0 | 0.52 | 0.59 | 0.22 | 7.24 | 0.5 | 0.55 |
| Hex | C6 | 60 | 52 | 0 | 34 | 3B | 16 | 7 | 32 | 37 |
| Octal | 306 | 140 | 122 | 0 | 64 | 73 | 26 | 7 | 62 | 67 |
| Binary | 11000110 | 1100000 | 1010010 | 0 | 110100 | 111011 | 10110 | 111 | 110010 | 110111 |
Color Harmonies of #C66052
Complementary color
Monochromatic Colors of #C66052
Black with #C66052
Text Example
Text Example
White with #C66052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66052; }
p { color: rgb(198,96,82); }
H1.HeaderClassName
{
color: #C66052;
}
.AnyTagClassName
{
color: #C66052;
}
</style>
background-color css
<style>
a { background-color: #C66052; }
a { background-color: rgb(198,96,82); }
div.DivClassName
{
background-color: #C66052;
}
.BgClassName
{
background-color: #C66052;
}
</style>
border-color css
<style>
span { border-color: #C66052; }
span { border-color: rgb(198,96,82); }
td.TdClassName
{
border-color: #C66052;
}
.TagClassName
{
border-color: #C66052;
}
</style>