Shades of Sunglo #CE6658
Tints of Sunglo #CE6658
RGB
CMYK
RGB Variations
Color information
#CE6658 (or 0xCE6658) is known color: Sunglo. HEX triplet: CE, 66 and 58. RGB value is (206,102,88). Sum of RGB (Red+Green+Blue) = 206+102+88=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6658 is #3199A7. Grayscale: #838383. Windows color (decimal): -3250600 or 5793486. OLE color: 5793486.
HSL color Cylindrical-coordinate representation of color #CE6658: hue angle of 7.12º degrees, saturation: 0.55, 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 #CE6658 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 88 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.19 |
| HSL | 7.12º | 0.55% | 0.58% | - |
| HSV(B) | 7.12º | 0.57% | 0.81% | - |
| XYZ | 31.97 | 23.33 | 12.05 | - |
| YUV | 131.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 88 | 0 | 0.50 | 0.57 | 0.19 | 7.12 | 0.55 | 0.58 |
| Hex | CE | 66 | 58 | 0 | 32 | 39 | 13 | 7 | 37 | 3A |
| Octal | 316 | 146 | 130 | 0 | 62 | 71 | 23 | 7 | 67 | 72 |
| Binary | 11001110 | 1100110 | 1011000 | 0 | 110010 | 111001 | 10011 | 111 | 110111 | 111010 |
Color Harmonies of #CE6658
Complementary color
Monochromatic Colors of #CE6658
Black with #CE6658
Text Example
Text Example
White with #CE6658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6658; }
p { color: rgb(206,102,88); }
H1.HeaderClassName
{
color: #CE6658;
}
.AnyTagClassName
{
color: #CE6658;
}
</style>
background-color css
<style>
a { background-color: #CE6658; }
a { background-color: rgb(206,102,88); }
div.DivClassName
{
background-color: #CE6658;
}
.BgClassName
{
background-color: #CE6658;
}
</style>
border-color css
<style>
span { border-color: #CE6658; }
span { border-color: rgb(206,102,88); }
td.TdClassName
{
border-color: #CE6658;
}
.TagClassName
{
border-color: #CE6658;
}
</style>