Shades of Sunglo #C66059
Tints of Sunglo #C66059
RGB
CMYK
RGB Variations
Color information
#C66059 (or 0xC66059) is known color: Sunglo. HEX triplet: C6, 60 and 59. RGB value is (198,96,89). Sum of RGB (Red+Green+Blue) = 198+96+89=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C66059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66059 is #399FA6. Grayscale: #7D7D7D. Windows color (decimal): -3776423 or 5857478. OLE color: 5857478.
HSL color Cylindrical-coordinate representation of color #C66059: hue angle of 3.85º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C66059 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 89 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.22 |
| HSL | 3.85º | 0.49% | 0.56% | - |
| HSV(B) | 3.85º | 0.55% | 0.78% | - |
| XYZ | 29.27 | 21.09 | 11.98 | - |
| YUV | 125.7 | 107.29 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 89 | 0 | 0.52 | 0.55 | 0.22 | 3.85 | 0.49 | 0.56 |
| Hex | C6 | 60 | 59 | 0 | 34 | 37 | 16 | 4 | 31 | 38 |
| Octal | 306 | 140 | 131 | 0 | 64 | 67 | 26 | 4 | 61 | 70 |
| Binary | 11000110 | 1100000 | 1011001 | 0 | 110100 | 110111 | 10110 | 100 | 110001 | 111000 |
Color Harmonies of #C66059
Complementary color
Monochromatic Colors of #C66059
Black with #C66059
Text Example
Text Example
White with #C66059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66059; }
p { color: rgb(198,96,89); }
H1.HeaderClassName
{
color: #C66059;
}
.AnyTagClassName
{
color: #C66059;
}
</style>
background-color css
<style>
a { background-color: #C66059; }
a { background-color: rgb(198,96,89); }
div.DivClassName
{
background-color: #C66059;
}
.BgClassName
{
background-color: #C66059;
}
</style>
border-color css
<style>
span { border-color: #C66059; }
span { border-color: rgb(198,96,89); }
td.TdClassName
{
border-color: #C66059;
}
.TagClassName
{
border-color: #C66059;
}
</style>