Shades of Sunglo #CE6557
Tints of Sunglo #CE6557
RGB
CMYK
RGB Variations
Color information
#CE6557 (or 0xCE6557) is known color: Sunglo. HEX triplet: CE, 65 and 57. RGB value is (206,101,87). Sum of RGB (Red+Green+Blue) = 206+101+87=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6557 is #319AA8. Grayscale: #828282. Windows color (decimal): -3250857 or 5727694. OLE color: 5727694.
HSL color Cylindrical-coordinate representation of color #CE6557: hue angle of 7.06º 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 #CE6557 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 87 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.19 |
| HSL | 7.06º | 0.55% | 0.57% | - |
| HSV(B) | 7.06º | 0.58% | 0.81% | - |
| XYZ | 31.83 | 23.12 | 11.8 | - |
| YUV | 130.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 87 | 0 | 0.51 | 0.58 | 0.19 | 7.06 | 0.55 | 0.57 |
| Hex | CE | 65 | 57 | 0 | 33 | 3A | 13 | 7 | 37 | 39 |
| Octal | 316 | 145 | 127 | 0 | 63 | 72 | 23 | 7 | 67 | 71 |
| Binary | 11001110 | 1100101 | 1010111 | 0 | 110011 | 111010 | 10011 | 111 | 110111 | 111001 |
Color Harmonies of #CE6557
Complementary color
Monochromatic Colors of #CE6557
Black with #CE6557
Text Example
Text Example
White with #CE6557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6557; }
p { color: rgb(206,101,87); }
H1.HeaderClassName
{
color: #CE6557;
}
.AnyTagClassName
{
color: #CE6557;
}
</style>
background-color css
<style>
a { background-color: #CE6557; }
a { background-color: rgb(206,101,87); }
div.DivClassName
{
background-color: #CE6557;
}
.BgClassName
{
background-color: #CE6557;
}
</style>
border-color css
<style>
span { border-color: #CE6557; }
span { border-color: rgb(206,101,87); }
td.TdClassName
{
border-color: #CE6557;
}
.TagClassName
{
border-color: #CE6557;
}
</style>