Shades of Sunglo #C66054
Tints of Sunglo #C66054
RGB
CMYK
RGB Variations
Color information
#C66054 (or 0xC66054) is known color: Sunglo. HEX triplet: C6, 60 and 54. RGB value is (198,96,84). Sum of RGB (Red+Green+Blue) = 198+96+84=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C66054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66054 is #399FAB. Grayscale: #7D7D7D. Windows color (decimal): -3776428 or 5529798. OLE color: 5529798.
HSL color Cylindrical-coordinate representation of color #C66054: hue angle of 6.32º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C66054 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 84 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.22 |
| HSL | 6.32º | 0.5% | 0.55% | - |
| HSV(B) | 6.32º | 0.58% | 0.78% | - |
| XYZ | 29.07 | 21.01 | 10.91 | - |
| YUV | 125.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 84 | 0 | 0.52 | 0.58 | 0.22 | 6.32 | 0.5 | 0.55 |
| Hex | C6 | 60 | 54 | 0 | 34 | 3A | 16 | 6 | 32 | 37 |
| Octal | 306 | 140 | 124 | 0 | 64 | 72 | 26 | 6 | 62 | 67 |
| Binary | 11000110 | 1100000 | 1010100 | 0 | 110100 | 111010 | 10110 | 110 | 110010 | 110111 |
Color Harmonies of #C66054
Complementary color
Monochromatic Colors of #C66054
Black with #C66054
Text Example
Text Example
White with #C66054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66054; }
p { color: rgb(198,96,84); }
H1.HeaderClassName
{
color: #C66054;
}
.AnyTagClassName
{
color: #C66054;
}
</style>
background-color css
<style>
a { background-color: #C66054; }
a { background-color: rgb(198,96,84); }
div.DivClassName
{
background-color: #C66054;
}
.BgClassName
{
background-color: #C66054;
}
</style>
border-color css
<style>
span { border-color: #C66054; }
span { border-color: rgb(198,96,84); }
td.TdClassName
{
border-color: #C66054;
}
.TagClassName
{
border-color: #C66054;
}
</style>