Shades of Sunglo #CE6350
Tints of Sunglo #CE6350
RGB
CMYK
RGB Variations
Color information
#CE6350 (or 0xCE6350) is known color: Sunglo. HEX triplet: CE, 63 and 50. RGB value is (206,99,80). Sum of RGB (Red+Green+Blue) = 206+99+80=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6350 is #319CAF. Grayscale: #818181. Windows color (decimal): -3251376 or 5268430. OLE color: 5268430.
HSL color Cylindrical-coordinate representation of color #CE6350: hue angle of 9.05º 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 #CE6350 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 80 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.19 |
| HSL | 9.05º | 0.56% | 0.56% | - |
| HSV(B) | 9.05º | 0.61% | 0.81% | - |
| XYZ | 31.36 | 22.62 | 10.3 | - |
| YUV | 128.83 | 100.45 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 80 | 0 | 0.52 | 0.61 | 0.19 | 9.05 | 0.56 | 0.56 |
| Hex | CE | 63 | 50 | 0 | 34 | 3D | 13 | 9 | 38 | 38 |
| Octal | 316 | 143 | 120 | 0 | 64 | 75 | 23 | 11 | 70 | 70 |
| Binary | 11001110 | 1100011 | 1010000 | 0 | 110100 | 111101 | 10011 | 1001 | 111000 | 111000 |
Color Harmonies of #CE6350
Complementary color
Monochromatic Colors of #CE6350
Black with #CE6350
Text Example
Text Example
White with #CE6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6350; }
p { color: rgb(206,99,80); }
H1.HeaderClassName
{
color: #CE6350;
}
.AnyTagClassName
{
color: #CE6350;
}
</style>
background-color css
<style>
a { background-color: #CE6350; }
a { background-color: rgb(206,99,80); }
div.DivClassName
{
background-color: #CE6350;
}
.BgClassName
{
background-color: #CE6350;
}
</style>
border-color css
<style>
span { border-color: #CE6350; }
span { border-color: rgb(206,99,80); }
td.TdClassName
{
border-color: #CE6350;
}
.TagClassName
{
border-color: #CE6350;
}
</style>