Shades of Sunglo #C66358
Tints of Sunglo #C66358
RGB
CMYK
RGB Variations
Color information
#C66358 (or 0xC66358) is known color: Sunglo. HEX triplet: C6, 63 and 58. RGB value is (198,99,88). Sum of RGB (Red+Green+Blue) = 198+99+88=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C66358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66358 is #399CA7. Grayscale: #7F7F7F. Windows color (decimal): -3775656 or 5792710. OLE color: 5792710.
HSL color Cylindrical-coordinate representation of color #C66358: hue angle of 6º 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 #C66358 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 88 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.22 |
| HSL | 6º | 0.49% | 0.56% | - |
| HSV(B) | 6º | 0.56% | 0.78% | - |
| XYZ | 29.51 | 21.63 | 11.85 | - |
| YUV | 127.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 88 | 0 | 0.50 | 0.56 | 0.22 | 6 | 0.49 | 0.56 |
| Hex | C6 | 63 | 58 | 0 | 32 | 38 | 16 | 6 | 31 | 38 |
| Octal | 306 | 143 | 130 | 0 | 62 | 70 | 26 | 6 | 61 | 70 |
| Binary | 11000110 | 1100011 | 1011000 | 0 | 110010 | 111000 | 10110 | 110 | 110001 | 111000 |
Color Harmonies of #C66358
Complementary color
Monochromatic Colors of #C66358
Black with #C66358
Text Example
Text Example
White with #C66358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66358; }
p { color: rgb(198,99,88); }
H1.HeaderClassName
{
color: #C66358;
}
.AnyTagClassName
{
color: #C66358;
}
</style>
background-color css
<style>
a { background-color: #C66358; }
a { background-color: rgb(198,99,88); }
div.DivClassName
{
background-color: #C66358;
}
.BgClassName
{
background-color: #C66358;
}
</style>
border-color css
<style>
span { border-color: #C66358; }
span { border-color: rgb(198,99,88); }
td.TdClassName
{
border-color: #C66358;
}
.TagClassName
{
border-color: #C66358;
}
</style>