Shades of Dark Coral #CE5E4A
Tints of Dark Coral #CE5E4A
RGB
CMYK
RGB Variations
Color information
#CE5E4A (or 0xCE5E4A) is known color: Dark Coral. HEX triplet: CE, 5E and 4A. RGB value is (206,94,74). Sum of RGB (Red+Green+Blue) = 206+94+74=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E4A is #31A1B5. Grayscale: #7D7D7D. Windows color (decimal): -3252662 or 4873934. OLE color: 4873934.
HSL color Cylindrical-coordinate representation of color #CE5E4A: hue angle of 9.09º 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 #CE5E4A is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 74 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.19 |
| HSL | 9.09º | 0.57% | 0.55% | - |
| HSV(B) | 9.09º | 0.64% | 0.81% | - |
| XYZ | 30.69 | 21.62 | 9.03 | - |
| YUV | 125.21 | 99.11 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 74 | 0 | 0.54 | 0.64 | 0.19 | 9.09 | 0.57 | 0.55 |
| Hex | CE | 5E | 4A | 0 | 36 | 40 | 13 | 9 | 39 | 37 |
| Octal | 316 | 136 | 112 | 0 | 66 | 100 | 23 | 11 | 71 | 67 |
| Binary | 11001110 | 1011110 | 1001010 | 0 | 110110 | 1000000 | 10011 | 1001 | 111001 | 110111 |
Color Harmonies of #CE5E4A
Complementary color
Monochromatic Colors of #CE5E4A
Black with #CE5E4A
Text Example
Text Example
White with #CE5E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E4A; }
p { color: rgb(206,94,74); }
H1.HeaderClassName
{
color: #CE5E4A;
}
.AnyTagClassName
{
color: #CE5E4A;
}
</style>
background-color css
<style>
a { background-color: #CE5E4A; }
a { background-color: rgb(206,94,74); }
div.DivClassName
{
background-color: #CE5E4A;
}
.BgClassName
{
background-color: #CE5E4A;
}
</style>
border-color css
<style>
span { border-color: #CE5E4A; }
span { border-color: rgb(206,94,74); }
td.TdClassName
{
border-color: #CE5E4A;
}
.TagClassName
{
border-color: #CE5E4A;
}
</style>