Shades of Sunglo #CE675C
Tints of Sunglo #CE675C
RGB
CMYK
RGB Variations
Color information
#CE675C (or 0xCE675C) is known color: Sunglo. HEX triplet: CE, 67 and 5C. RGB value is (206,103,92). Sum of RGB (Red+Green+Blue) = 206+103+92=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE675C is #3198A3. Grayscale: #848484. Windows color (decimal): -3250340 or 6055886. OLE color: 6055886.
HSL color Cylindrical-coordinate representation of color #CE675C: hue angle of 5.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE675C is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 92 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.19 |
| HSL | 5.79º | 0.54% | 0.58% | - |
| HSV(B) | 5.79º | 0.55% | 0.81% | - |
| XYZ | 32.24 | 23.6 | 12.98 | - |
| YUV | 132.54 | 105.12 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 92 | 0 | 0.50 | 0.55 | 0.19 | 5.79 | 0.54 | 0.58 |
| Hex | CE | 67 | 5C | 0 | 32 | 37 | 13 | 6 | 36 | 3A |
| Octal | 316 | 147 | 134 | 0 | 62 | 67 | 23 | 6 | 66 | 72 |
| Binary | 11001110 | 1100111 | 1011100 | 0 | 110010 | 110111 | 10011 | 110 | 110110 | 111010 |
Color Harmonies of #CE675C
Complementary color
Monochromatic Colors of #CE675C
Black with #CE675C
Text Example
Text Example
White with #CE675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE675C; }
p { color: rgb(206,103,92); }
H1.HeaderClassName
{
color: #CE675C;
}
.AnyTagClassName
{
color: #CE675C;
}
</style>
background-color css
<style>
a { background-color: #CE675C; }
a { background-color: rgb(206,103,92); }
div.DivClassName
{
background-color: #CE675C;
}
.BgClassName
{
background-color: #CE675C;
}
</style>
border-color css
<style>
span { border-color: #CE675C; }
span { border-color: rgb(206,103,92); }
td.TdClassName
{
border-color: #CE675C;
}
.TagClassName
{
border-color: #CE675C;
}
</style>