Shades of Sunglo #CE6559
Tints of Sunglo #CE6559
RGB
CMYK
RGB Variations
Color information
#CE6559 (or 0xCE6559) is known color: Sunglo. HEX triplet: CE, 65 and 59. RGB value is (206,101,89). Sum of RGB (Red+Green+Blue) = 206+101+89=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6559 is #319AA6. Grayscale: #838383. Windows color (decimal): -3250855 or 5858766. OLE color: 5858766.
HSL color Cylindrical-coordinate representation of color #CE6559: hue angle of 6.15º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE6559 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 89 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.19 |
| HSL | 6.15º | 0.54% | 0.58% | - |
| HSV(B) | 6.15º | 0.57% | 0.81% | - |
| XYZ | 31.91 | 23.15 | 12.24 | - |
| YUV | 131.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 89 | 0 | 0.51 | 0.57 | 0.19 | 6.15 | 0.54 | 0.58 |
| Hex | CE | 65 | 59 | 0 | 33 | 39 | 13 | 6 | 36 | 3A |
| Octal | 316 | 145 | 131 | 0 | 63 | 71 | 23 | 6 | 66 | 72 |
| Binary | 11001110 | 1100101 | 1011001 | 0 | 110011 | 111001 | 10011 | 110 | 110110 | 111010 |
Color Harmonies of #CE6559
Complementary color
Monochromatic Colors of #CE6559
Black with #CE6559
Text Example
Text Example
White with #CE6559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6559; }
p { color: rgb(206,101,89); }
H1.HeaderClassName
{
color: #CE6559;
}
.AnyTagClassName
{
color: #CE6559;
}
</style>
background-color css
<style>
a { background-color: #CE6559; }
a { background-color: rgb(206,101,89); }
div.DivClassName
{
background-color: #CE6559;
}
.BgClassName
{
background-color: #CE6559;
}
</style>
border-color css
<style>
span { border-color: #CE6559; }
span { border-color: rgb(206,101,89); }
td.TdClassName
{
border-color: #CE6559;
}
.TagClassName
{
border-color: #CE6559;
}
</style>