Shades of Dark Coral #CE654C
Tints of Dark Coral #CE654C
RGB
CMYK
RGB Variations
Color information
#CE654C (or 0xCE654C) is known color: Dark Coral. HEX triplet: CE, 65 and 4C. RGB value is (206,101,76). Sum of RGB (Red+Green+Blue) = 206+101+76=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE654C is #319AB3. Grayscale: #818181. Windows color (decimal): -3250868 or 5006798. OLE color: 5006798.
HSL color Cylindrical-coordinate representation of color #CE654C: hue angle of 11.54º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE654C is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 76 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.19 |
| HSL | 11.54º | 0.57% | 0.55% | - |
| HSV(B) | 11.54º | 0.63% | 0.81% | - |
| XYZ | 31.41 | 22.95 | 9.61 | - |
| YUV | 129.55 | 97.79 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 76 | 0 | 0.51 | 0.63 | 0.19 | 11.54 | 0.57 | 0.55 |
| Hex | CE | 65 | 4C | 0 | 33 | 3F | 13 | C | 39 | 37 |
| Octal | 316 | 145 | 114 | 0 | 63 | 77 | 23 | 14 | 71 | 67 |
| Binary | 11001110 | 1100101 | 1001100 | 0 | 110011 | 111111 | 10011 | 1100 | 111001 | 110111 |
Color Harmonies of #CE654C
Complementary color
Monochromatic Colors of #CE654C
Black with #CE654C
Text Example
Text Example
White with #CE654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE654C; }
p { color: rgb(206,101,76); }
H1.HeaderClassName
{
color: #CE654C;
}
.AnyTagClassName
{
color: #CE654C;
}
</style>
background-color css
<style>
a { background-color: #CE654C; }
a { background-color: rgb(206,101,76); }
div.DivClassName
{
background-color: #CE654C;
}
.BgClassName
{
background-color: #CE654C;
}
</style>
border-color css
<style>
span { border-color: #CE654C; }
span { border-color: rgb(206,101,76); }
td.TdClassName
{
border-color: #CE654C;
}
.TagClassName
{
border-color: #CE654C;
}
</style>