Shades of Dark Coral #CE5A3C
Tints of Dark Coral #CE5A3C
RGB
CMYK
RGB Variations
Color information
#CE5A3C (or 0xCE5A3C) is known color: Dark Coral. HEX triplet: CE, 5A and 3C. RGB value is (206,90,60). Sum of RGB (Red+Green+Blue) = 206+90+60=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5A3C is #31A5C3. Grayscale: #797979. Windows color (decimal): -3253700 or 3955406. OLE color: 3955406.
HSL color Cylindrical-coordinate representation of color #CE5A3C: hue angle of 12.33º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE5A3C is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 60 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.19 |
| HSL | 12.33º | 0.6% | 0.52% | - |
| HSV(B) | 12.33º | 0.71% | 0.81% | - |
| XYZ | 29.93 | 20.76 | 6.7 | - |
| YUV | 121.26 | 93.43 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 60 | 0 | 0.56 | 0.71 | 0.19 | 12.33 | 0.6 | 0.52 |
| Hex | CE | 5A | 3C | 0 | 38 | 47 | 13 | C | 3C | 34 |
| Octal | 316 | 132 | 74 | 0 | 70 | 107 | 23 | 14 | 74 | 64 |
| Binary | 11001110 | 1011010 | 111100 | 0 | 111000 | 1000111 | 10011 | 1100 | 111100 | 110100 |
Color Harmonies of #CE5A3C
Complementary color
Monochromatic Colors of #CE5A3C
Black with #CE5A3C
Text Example
Text Example
White with #CE5A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5A3C; }
p { color: rgb(206,90,60); }
H1.HeaderClassName
{
color: #CE5A3C;
}
.AnyTagClassName
{
color: #CE5A3C;
}
</style>
background-color css
<style>
a { background-color: #CE5A3C; }
a { background-color: rgb(206,90,60); }
div.DivClassName
{
background-color: #CE5A3C;
}
.BgClassName
{
background-color: #CE5A3C;
}
</style>
border-color css
<style>
span { border-color: #CE5A3C; }
span { border-color: rgb(206,90,60); }
td.TdClassName
{
border-color: #CE5A3C;
}
.TagClassName
{
border-color: #CE5A3C;
}
</style>