Shades of Sunglo #CE6152
Tints of Sunglo #CE6152
RGB
CMYK
RGB Variations
Color information
#CE6152 (or 0xCE6152) is known color: Sunglo. HEX triplet: CE, 61 and 52. RGB value is (206,97,82). Sum of RGB (Red+Green+Blue) = 206+97+82=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6152 is #319EAD. Grayscale: #808080. Windows color (decimal): -3251886 or 5398990. OLE color: 5398990.
HSL color Cylindrical-coordinate representation of color #CE6152: hue angle of 7.26º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE6152 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 82 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.19 |
| HSL | 7.26º | 0.56% | 0.56% | - |
| HSV(B) | 7.26º | 0.6% | 0.81% | - |
| XYZ | 31.25 | 22.28 | 10.64 | - |
| YUV | 127.88 | 102.11 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 82 | 0 | 0.53 | 0.60 | 0.19 | 7.26 | 0.56 | 0.56 |
| Hex | CE | 61 | 52 | 0 | 35 | 3C | 13 | 7 | 38 | 38 |
| Octal | 316 | 141 | 122 | 0 | 65 | 74 | 23 | 7 | 70 | 70 |
| Binary | 11001110 | 1100001 | 1010010 | 0 | 110101 | 111100 | 10011 | 111 | 111000 | 111000 |
Color Harmonies of #CE6152
Complementary color
Monochromatic Colors of #CE6152
Black with #CE6152
Text Example
Text Example
White with #CE6152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6152; }
p { color: rgb(206,97,82); }
H1.HeaderClassName
{
color: #CE6152;
}
.AnyTagClassName
{
color: #CE6152;
}
</style>
background-color css
<style>
a { background-color: #CE6152; }
a { background-color: rgb(206,97,82); }
div.DivClassName
{
background-color: #CE6152;
}
.BgClassName
{
background-color: #CE6152;
}
</style>
border-color css
<style>
span { border-color: #CE6152; }
span { border-color: rgb(206,97,82); }
td.TdClassName
{
border-color: #CE6152;
}
.TagClassName
{
border-color: #CE6152;
}
</style>