Shades of Sunglo #CE654E
Tints of Sunglo #CE654E
RGB
CMYK
RGB Variations
Color information
#CE654E (or 0xCE654E) is known color: Sunglo. HEX triplet: CE, 65 and 4E. RGB value is (206,101,78). Sum of RGB (Red+Green+Blue) = 206+101+78=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE654E is #319AB1. Grayscale: #818181. Windows color (decimal): -3250866 or 5137870. OLE color: 5137870.
HSL color Cylindrical-coordinate representation of color #CE654E: hue angle of 10.78º 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 #CE654E is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 78 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.19 |
| HSL | 10.78º | 0.57% | 0.56% | - |
| HSV(B) | 10.78º | 0.62% | 0.81% | - |
| XYZ | 31.48 | 22.98 | 9.98 | - |
| YUV | 129.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 78 | 0 | 0.51 | 0.62 | 0.19 | 10.78 | 0.57 | 0.56 |
| Hex | CE | 65 | 4E | 0 | 33 | 3E | 13 | B | 39 | 38 |
| Octal | 316 | 145 | 116 | 0 | 63 | 76 | 23 | 13 | 71 | 70 |
| Binary | 11001110 | 1100101 | 1001110 | 0 | 110011 | 111110 | 10011 | 1011 | 111001 | 111000 |
Color Harmonies of #CE654E
Complementary color
Monochromatic Colors of #CE654E
Black with #CE654E
Text Example
Text Example
White with #CE654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE654E; }
p { color: rgb(206,101,78); }
H1.HeaderClassName
{
color: #CE654E;
}
.AnyTagClassName
{
color: #CE654E;
}
</style>
background-color css
<style>
a { background-color: #CE654E; }
a { background-color: rgb(206,101,78); }
div.DivClassName
{
background-color: #CE654E;
}
.BgClassName
{
background-color: #CE654E;
}
</style>
border-color css
<style>
span { border-color: #CE654E; }
span { border-color: rgb(206,101,78); }
td.TdClassName
{
border-color: #CE654E;
}
.TagClassName
{
border-color: #CE654E;
}
</style>