Shades of Sunglo #C66558
Tints of Sunglo #C66558
RGB
CMYK
RGB Variations
Color information
#C66558 (or 0xC66558) is known color: Sunglo. HEX triplet: C6, 65 and 58. RGB value is (198,101,88). Sum of RGB (Red+Green+Blue) = 198+101+88=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C66558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66558 is #399AA7. Grayscale: #808080. Windows color (decimal): -3775144 or 5793222. OLE color: 5793222.
HSL color Cylindrical-coordinate representation of color #C66558: hue angle of 7.09º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C66558 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 88 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.22 |
| HSL | 7.09º | 0.49% | 0.56% | - |
| HSV(B) | 7.09º | 0.56% | 0.78% | - |
| XYZ | 29.7 | 22.02 | 11.92 | - |
| YUV | 128.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 88 | 0 | 0.49 | 0.56 | 0.22 | 7.09 | 0.49 | 0.56 |
| Hex | C6 | 65 | 58 | 0 | 31 | 38 | 16 | 7 | 31 | 38 |
| Octal | 306 | 145 | 130 | 0 | 61 | 70 | 26 | 7 | 61 | 70 |
| Binary | 11000110 | 1100101 | 1011000 | 0 | 110001 | 111000 | 10110 | 111 | 110001 | 111000 |
Color Harmonies of #C66558
Complementary color
Monochromatic Colors of #C66558
Black with #C66558
Text Example
Text Example
White with #C66558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66558; }
p { color: rgb(198,101,88); }
H1.HeaderClassName
{
color: #C66558;
}
.AnyTagClassName
{
color: #C66558;
}
</style>
background-color css
<style>
a { background-color: #C66558; }
a { background-color: rgb(198,101,88); }
div.DivClassName
{
background-color: #C66558;
}
.BgClassName
{
background-color: #C66558;
}
</style>
border-color css
<style>
span { border-color: #C66558; }
span { border-color: rgb(198,101,88); }
td.TdClassName
{
border-color: #C66558;
}
.TagClassName
{
border-color: #C66558;
}
</style>