Shades of Sunglo #CE624E
Tints of Sunglo #CE624E
RGB
CMYK
RGB Variations
Color information
#CE624E (or 0xCE624E) is known color: Sunglo. HEX triplet: CE, 62 and 4E. RGB value is (206,98,78). Sum of RGB (Red+Green+Blue) = 206+98+78=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE624E is #319DB1. Grayscale: #808080. Windows color (decimal): -3251634 or 5137102. OLE color: 5137102.
HSL color Cylindrical-coordinate representation of color #CE624E: hue angle of 9.38º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE624E is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 78 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.19 |
| HSL | 9.38º | 0.57% | 0.56% | - |
| HSV(B) | 9.38º | 0.62% | 0.81% | - |
| XYZ | 31.2 | 22.41 | 9.89 | - |
| YUV | 128.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 78 | 0 | 0.52 | 0.62 | 0.19 | 9.38 | 0.57 | 0.56 |
| Hex | CE | 62 | 4E | 0 | 34 | 3E | 13 | 9 | 39 | 38 |
| Octal | 316 | 142 | 116 | 0 | 64 | 76 | 23 | 11 | 71 | 70 |
| Binary | 11001110 | 1100010 | 1001110 | 0 | 110100 | 111110 | 10011 | 1001 | 111001 | 111000 |
Color Harmonies of #CE624E
Complementary color
Monochromatic Colors of #CE624E
Black with #CE624E
Text Example
Text Example
White with #CE624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE624E; }
p { color: rgb(206,98,78); }
H1.HeaderClassName
{
color: #CE624E;
}
.AnyTagClassName
{
color: #CE624E;
}
</style>
background-color css
<style>
a { background-color: #CE624E; }
a { background-color: rgb(206,98,78); }
div.DivClassName
{
background-color: #CE624E;
}
.BgClassName
{
background-color: #CE624E;
}
</style>
border-color css
<style>
span { border-color: #CE624E; }
span { border-color: rgb(206,98,78); }
td.TdClassName
{
border-color: #CE624E;
}
.TagClassName
{
border-color: #CE624E;
}
</style>