Shades of Sunglo #CE6551
Tints of Sunglo #CE6551
RGB
CMYK
RGB Variations
Color information
#CE6551 (or 0xCE6551) is known color: Sunglo. HEX triplet: CE, 65 and 51. RGB value is (206,101,81). Sum of RGB (Red+Green+Blue) = 206+101+81=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6551 is #319AAE. Grayscale: #828282. Windows color (decimal): -3250863 or 5334478. OLE color: 5334478.
HSL color Cylindrical-coordinate representation of color #CE6551: hue angle of 9.6º 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 #CE6551 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 81 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.19 |
| HSL | 9.6º | 0.56% | 0.56% | - |
| HSV(B) | 9.6º | 0.61% | 0.81% | - |
| XYZ | 31.59 | 23.02 | 10.56 | - |
| YUV | 130.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 81 | 0 | 0.51 | 0.61 | 0.19 | 9.6 | 0.56 | 0.56 |
| Hex | CE | 65 | 51 | 0 | 33 | 3D | 13 | A | 38 | 38 |
| Octal | 316 | 145 | 121 | 0 | 63 | 75 | 23 | 12 | 70 | 70 |
| Binary | 11001110 | 1100101 | 1010001 | 0 | 110011 | 111101 | 10011 | 1010 | 111000 | 111000 |
Color Harmonies of #CE6551
Complementary color
Monochromatic Colors of #CE6551
Black with #CE6551
Text Example
Text Example
White with #CE6551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6551; }
p { color: rgb(206,101,81); }
H1.HeaderClassName
{
color: #CE6551;
}
.AnyTagClassName
{
color: #CE6551;
}
</style>
background-color css
<style>
a { background-color: #CE6551; }
a { background-color: rgb(206,101,81); }
div.DivClassName
{
background-color: #CE6551;
}
.BgClassName
{
background-color: #CE6551;
}
</style>
border-color css
<style>
span { border-color: #CE6551; }
span { border-color: rgb(206,101,81); }
td.TdClassName
{
border-color: #CE6551;
}
.TagClassName
{
border-color: #CE6551;
}
</style>