Shades of Sunglo #C56858
Tints of Sunglo #C56858
RGB
CMYK
RGB Variations
Color information
#C56858 (or 0xC56858) is known color: Sunglo. HEX triplet: C5, 68 and 58. RGB value is (197,104,88). Sum of RGB (Red+Green+Blue) = 197+104+88=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C56858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56858 is #3A97A7. Grayscale: #828282. Windows color (decimal): -3839912 or 5793989. OLE color: 5793989.
HSL color Cylindrical-coordinate representation of color #C56858: hue angle of 8.81º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C56858 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 88 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.23 |
| HSL | 8.81º | 0.48% | 0.56% | - |
| HSV(B) | 8.81º | 0.55% | 0.77% | - |
| XYZ | 29.74 | 22.48 | 12 | - |
| YUV | 129.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 88 | 0 | 0.47 | 0.55 | 0.23 | 8.81 | 0.48 | 0.56 |
| Hex | C5 | 68 | 58 | 0 | 2F | 37 | 17 | 9 | 30 | 38 |
| Octal | 305 | 150 | 130 | 0 | 57 | 67 | 27 | 11 | 60 | 70 |
| Binary | 11000101 | 1101000 | 1011000 | 0 | 101111 | 110111 | 10111 | 1001 | 110000 | 111000 |
Color Harmonies of #C56858
Complementary color
Monochromatic Colors of #C56858
Black with #C56858
Text Example
Text Example
White with #C56858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56858; }
p { color: rgb(197,104,88); }
H1.HeaderClassName
{
color: #C56858;
}
.AnyTagClassName
{
color: #C56858;
}
</style>
background-color css
<style>
a { background-color: #C56858; }
a { background-color: rgb(197,104,88); }
div.DivClassName
{
background-color: #C56858;
}
.BgClassName
{
background-color: #C56858;
}
</style>
border-color css
<style>
span { border-color: #C56858; }
span { border-color: rgb(197,104,88); }
td.TdClassName
{
border-color: #C56858;
}
.TagClassName
{
border-color: #C56858;
}
</style>