Shades of Sunglo #CE5E56
Tints of Sunglo #CE5E56
RGB
CMYK
RGB Variations
Color information
#CE5E56 (or 0xCE5E56) is known color: Sunglo. HEX triplet: CE, 5E and 56. RGB value is (206,94,86). Sum of RGB (Red+Green+Blue) = 206+94+86=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E56 is #31A1A9. Grayscale: #7E7E7E. Windows color (decimal): -3252650 or 5660366. OLE color: 5660366.
HSL color Cylindrical-coordinate representation of color #CE5E56: hue angle of 4º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5E56 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 86 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.19 |
| HSL | 4º | 0.55% | 0.57% | - |
| HSV(B) | 4º | 0.58% | 0.81% | - |
| XYZ | 31.14 | 21.8 | 11.37 | - |
| YUV | 126.58 | 105.11 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 86 | 0 | 0.54 | 0.58 | 0.19 | 4 | 0.55 | 0.57 |
| Hex | CE | 5E | 56 | 0 | 36 | 3A | 13 | 4 | 37 | 39 |
| Octal | 316 | 136 | 126 | 0 | 66 | 72 | 23 | 4 | 67 | 71 |
| Binary | 11001110 | 1011110 | 1010110 | 0 | 110110 | 111010 | 10011 | 100 | 110111 | 111001 |
Color Harmonies of #CE5E56
Complementary color
Monochromatic Colors of #CE5E56
Black with #CE5E56
Text Example
Text Example
White with #CE5E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E56; }
p { color: rgb(206,94,86); }
H1.HeaderClassName
{
color: #CE5E56;
}
.AnyTagClassName
{
color: #CE5E56;
}
</style>
background-color css
<style>
a { background-color: #CE5E56; }
a { background-color: rgb(206,94,86); }
div.DivClassName
{
background-color: #CE5E56;
}
.BgClassName
{
background-color: #CE5E56;
}
</style>
border-color css
<style>
span { border-color: #CE5E56; }
span { border-color: rgb(206,94,86); }
td.TdClassName
{
border-color: #CE5E56;
}
.TagClassName
{
border-color: #CE5E56;
}
</style>