Shades of Dark Coral #CE644A
Tints of Dark Coral #CE644A
RGB
CMYK
RGB Variations
Color information
#CE644A (or 0xCE644A) is known color: Dark Coral. HEX triplet: CE, 64 and 4A. RGB value is (206,100,74). Sum of RGB (Red+Green+Blue) = 206+100+74=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE644A is #319BB5. Grayscale: #808080. Windows color (decimal): -3251126 or 4875470. OLE color: 4875470.
HSL color Cylindrical-coordinate representation of color #CE644A: hue angle of 11.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE644A is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 74 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.19 |
| HSL | 11.82º | 0.57% | 0.55% | - |
| HSV(B) | 11.82º | 0.64% | 0.81% | - |
| XYZ | 31.25 | 22.73 | 9.22 | - |
| YUV | 128.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 74 | 0 | 0.51 | 0.64 | 0.19 | 11.82 | 0.57 | 0.55 |
| Hex | CE | 64 | 4A | 0 | 33 | 40 | 13 | C | 39 | 37 |
| Octal | 316 | 144 | 112 | 0 | 63 | 100 | 23 | 14 | 71 | 67 |
| Binary | 11001110 | 1100100 | 1001010 | 0 | 110011 | 1000000 | 10011 | 1100 | 111001 | 110111 |
Color Harmonies of #CE644A
Complementary color
Monochromatic Colors of #CE644A
Black with #CE644A
Text Example
Text Example
White with #CE644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE644A; }
p { color: rgb(206,100,74); }
H1.HeaderClassName
{
color: #CE644A;
}
.AnyTagClassName
{
color: #CE644A;
}
</style>
background-color css
<style>
a { background-color: #CE644A; }
a { background-color: rgb(206,100,74); }
div.DivClassName
{
background-color: #CE644A;
}
.BgClassName
{
background-color: #CE644A;
}
</style>
border-color css
<style>
span { border-color: #CE644A; }
span { border-color: rgb(206,100,74); }
td.TdClassName
{
border-color: #CE644A;
}
.TagClassName
{
border-color: #CE644A;
}
</style>