Shades of Sunglo #CE6353
Tints of Sunglo #CE6353
RGB
CMYK
RGB Variations
Color information
#CE6353 (or 0xCE6353) is known color: Sunglo. HEX triplet: CE, 63 and 53. RGB value is (206,99,83). Sum of RGB (Red+Green+Blue) = 206+99+83=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6353 is #319CAC. Grayscale: #818181. Windows color (decimal): -3251373 or 5465038. OLE color: 5465038.
HSL color Cylindrical-coordinate representation of color #CE6353: hue angle of 7.8º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE6353 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 83 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.19 |
| HSL | 7.8º | 0.56% | 0.57% | - |
| HSV(B) | 7.8º | 0.6% | 0.81% | - |
| XYZ | 31.48 | 22.67 | 10.9 | - |
| YUV | 129.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 83 | 0 | 0.52 | 0.60 | 0.19 | 7.8 | 0.56 | 0.57 |
| Hex | CE | 63 | 53 | 0 | 34 | 3C | 13 | 8 | 38 | 39 |
| Octal | 316 | 143 | 123 | 0 | 64 | 74 | 23 | 10 | 70 | 71 |
| Binary | 11001110 | 1100011 | 1010011 | 0 | 110100 | 111100 | 10011 | 1000 | 111000 | 111001 |
Color Harmonies of #CE6353
Complementary color
Monochromatic Colors of #CE6353
Black with #CE6353
Text Example
Text Example
White with #CE6353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6353; }
p { color: rgb(206,99,83); }
H1.HeaderClassName
{
color: #CE6353;
}
.AnyTagClassName
{
color: #CE6353;
}
</style>
background-color css
<style>
a { background-color: #CE6353; }
a { background-color: rgb(206,99,83); }
div.DivClassName
{
background-color: #CE6353;
}
.BgClassName
{
background-color: #CE6353;
}
</style>
border-color css
<style>
span { border-color: #CE6353; }
span { border-color: rgb(206,99,83); }
td.TdClassName
{
border-color: #CE6353;
}
.TagClassName
{
border-color: #CE6353;
}
</style>