Shades of Sunglo #CE6851
Tints of Sunglo #CE6851
RGB
CMYK
RGB Variations
Color information
#CE6851 (or 0xCE6851) is known color: Sunglo. HEX triplet: CE, 68 and 51. RGB value is (206,104,81). Sum of RGB (Red+Green+Blue) = 206+104+81=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6851 is #3197AE. Grayscale: #848484. Windows color (decimal): -3250095 or 5335246. OLE color: 5335246.
HSL color Cylindrical-coordinate representation of color #CE6851: hue angle of 11.04º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE6851 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 81 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.19 |
| HSL | 11.04º | 0.56% | 0.56% | - |
| HSV(B) | 11.04º | 0.61% | 0.81% | - |
| XYZ | 31.89 | 23.62 | 10.66 | - |
| YUV | 131.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 81 | 0 | 0.50 | 0.61 | 0.19 | 11.04 | 0.56 | 0.56 |
| Hex | CE | 68 | 51 | 0 | 32 | 3D | 13 | B | 38 | 38 |
| Octal | 316 | 150 | 121 | 0 | 62 | 75 | 23 | 13 | 70 | 70 |
| Binary | 11001110 | 1101000 | 1010001 | 0 | 110010 | 111101 | 10011 | 1011 | 111000 | 111000 |
Color Harmonies of #CE6851
Complementary color
Monochromatic Colors of #CE6851
Black with #CE6851
Text Example
Text Example
White with #CE6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6851; }
p { color: rgb(206,104,81); }
H1.HeaderClassName
{
color: #CE6851;
}
.AnyTagClassName
{
color: #CE6851;
}
</style>
background-color css
<style>
a { background-color: #CE6851; }
a { background-color: rgb(206,104,81); }
div.DivClassName
{
background-color: #CE6851;
}
.BgClassName
{
background-color: #CE6851;
}
</style>
border-color css
<style>
span { border-color: #CE6851; }
span { border-color: rgb(206,104,81); }
td.TdClassName
{
border-color: #CE6851;
}
.TagClassName
{
border-color: #CE6851;
}
</style>