Shades of Sunglo #C66458
Tints of Sunglo #C66458
RGB
CMYK
RGB Variations
Color information
#C66458 (or 0xC66458) is known color: Sunglo. HEX triplet: C6, 64 and 58. RGB value is (198,100,88). Sum of RGB (Red+Green+Blue) = 198+100+88=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C66458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66458 is #399BA7. Grayscale: #808080. Windows color (decimal): -3775400 or 5792966. OLE color: 5792966.
HSL color Cylindrical-coordinate representation of color #C66458: hue angle of 6.55º 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 #C66458 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 88 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.22 |
| HSL | 6.55º | 0.49% | 0.56% | - |
| HSV(B) | 6.55º | 0.56% | 0.78% | - |
| XYZ | 29.61 | 21.82 | 11.88 | - |
| YUV | 127.93 | 105.47 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 88 | 0 | 0.49 | 0.56 | 0.22 | 6.55 | 0.49 | 0.56 |
| Hex | C6 | 64 | 58 | 0 | 31 | 38 | 16 | 7 | 31 | 38 |
| Octal | 306 | 144 | 130 | 0 | 61 | 70 | 26 | 7 | 61 | 70 |
| Binary | 11000110 | 1100100 | 1011000 | 0 | 110001 | 111000 | 10110 | 111 | 110001 | 111000 |
Color Harmonies of #C66458
Complementary color
Monochromatic Colors of #C66458
Black with #C66458
Text Example
Text Example
White with #C66458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66458; }
p { color: rgb(198,100,88); }
H1.HeaderClassName
{
color: #C66458;
}
.AnyTagClassName
{
color: #C66458;
}
</style>
background-color css
<style>
a { background-color: #C66458; }
a { background-color: rgb(198,100,88); }
div.DivClassName
{
background-color: #C66458;
}
.BgClassName
{
background-color: #C66458;
}
</style>
border-color css
<style>
span { border-color: #C66458; }
span { border-color: rgb(198,100,88); }
td.TdClassName
{
border-color: #C66458;
}
.TagClassName
{
border-color: #C66458;
}
</style>