Shades of Sunglo #CE644F
Tints of Sunglo #CE644F
RGB
CMYK
RGB Variations
Color information
#CE644F (or 0xCE644F) is known color: Sunglo. HEX triplet: CE, 64 and 4F. RGB value is (206,100,79). Sum of RGB (Red+Green+Blue) = 206+100+79=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE644F is #319BB0. Grayscale: #818181. Windows color (decimal): -3251121 or 5203150. OLE color: 5203150.
HSL color Cylindrical-coordinate representation of color #CE644F: hue angle of 9.92º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE644F is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 79 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.19 |
| HSL | 9.92º | 0.56% | 0.56% | - |
| HSV(B) | 9.92º | 0.62% | 0.81% | - |
| XYZ | 31.42 | 22.8 | 10.14 | - |
| YUV | 129.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 79 | 0 | 0.51 | 0.62 | 0.19 | 9.92 | 0.56 | 0.56 |
| Hex | CE | 64 | 4F | 0 | 33 | 3E | 13 | A | 38 | 38 |
| Octal | 316 | 144 | 117 | 0 | 63 | 76 | 23 | 12 | 70 | 70 |
| Binary | 11001110 | 1100100 | 1001111 | 0 | 110011 | 111110 | 10011 | 1010 | 111000 | 111000 |
Color Harmonies of #CE644F
Complementary color
Monochromatic Colors of #CE644F
Black with #CE644F
Text Example
Text Example
White with #CE644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE644F; }
p { color: rgb(206,100,79); }
H1.HeaderClassName
{
color: #CE644F;
}
.AnyTagClassName
{
color: #CE644F;
}
</style>
background-color css
<style>
a { background-color: #CE644F; }
a { background-color: rgb(206,100,79); }
div.DivClassName
{
background-color: #CE644F;
}
.BgClassName
{
background-color: #CE644F;
}
</style>
border-color css
<style>
span { border-color: #CE644F; }
span { border-color: rgb(206,100,79); }
td.TdClassName
{
border-color: #CE644F;
}
.TagClassName
{
border-color: #CE644F;
}
</style>