Shades of Dark Coral #CE5B48
Tints of Dark Coral #CE5B48
RGB
CMYK
RGB Variations
Color information
#CE5B48 (or 0xCE5B48) is known color: Dark Coral. HEX triplet: CE, 5B and 48. RGB value is (206,91,72). Sum of RGB (Red+Green+Blue) = 206+91+72=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B48 is #31A4B7. Grayscale: #7B7B7B. Windows color (decimal): -3253432 or 4742094. OLE color: 4742094.
HSL color Cylindrical-coordinate representation of color #CE5B48: hue angle of 8.51º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE5B48 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 72 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.19 |
| HSL | 8.51º | 0.58% | 0.55% | - |
| HSV(B) | 8.51º | 0.65% | 0.81% | - |
| XYZ | 30.36 | 21.07 | 8.6 | - |
| YUV | 123.22 | 99.1 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 72 | 0 | 0.56 | 0.65 | 0.19 | 8.51 | 0.58 | 0.55 |
| Hex | CE | 5B | 48 | 0 | 38 | 41 | 13 | 9 | 3A | 37 |
| Octal | 316 | 133 | 110 | 0 | 70 | 101 | 23 | 11 | 72 | 67 |
| Binary | 11001110 | 1011011 | 1001000 | 0 | 111000 | 1000001 | 10011 | 1001 | 111010 | 110111 |
Color Harmonies of #CE5B48
Complementary color
Monochromatic Colors of #CE5B48
Black with #CE5B48
Text Example
Text Example
White with #CE5B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B48; }
p { color: rgb(206,91,72); }
H1.HeaderClassName
{
color: #CE5B48;
}
.AnyTagClassName
{
color: #CE5B48;
}
</style>
background-color css
<style>
a { background-color: #CE5B48; }
a { background-color: rgb(206,91,72); }
div.DivClassName
{
background-color: #CE5B48;
}
.BgClassName
{
background-color: #CE5B48;
}
</style>
border-color css
<style>
span { border-color: #CE5B48; }
span { border-color: rgb(206,91,72); }
td.TdClassName
{
border-color: #CE5B48;
}
.TagClassName
{
border-color: #CE5B48;
}
</style>