Shades of Dark Coral #CE654B
Tints of Dark Coral #CE654B
RGB
CMYK
RGB Variations
Color information
#CE654B (or 0xCE654B) is known color: Dark Coral. HEX triplet: CE, 65 and 4B. RGB value is (206,101,75). Sum of RGB (Red+Green+Blue) = 206+101+75=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE654B is #319AB4. Grayscale: #818181. Windows color (decimal): -3250869 or 4941262. OLE color: 4941262.
HSL color Cylindrical-coordinate representation of color #CE654B: hue angle of 11.91º 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 #CE654B is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 75 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.19 |
| HSL | 11.91º | 0.57% | 0.55% | - |
| HSV(B) | 11.91º | 0.64% | 0.81% | - |
| XYZ | 31.38 | 22.94 | 9.43 | - |
| YUV | 129.43 | 97.29 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 75 | 0 | 0.51 | 0.64 | 0.19 | 11.91 | 0.57 | 0.55 |
| Hex | CE | 65 | 4B | 0 | 33 | 40 | 13 | C | 39 | 37 |
| Octal | 316 | 145 | 113 | 0 | 63 | 100 | 23 | 14 | 71 | 67 |
| Binary | 11001110 | 1100101 | 1001011 | 0 | 110011 | 1000000 | 10011 | 1100 | 111001 | 110111 |
Color Harmonies of #CE654B
Complementary color
Monochromatic Colors of #CE654B
Black with #CE654B
Text Example
Text Example
White with #CE654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE654B; }
p { color: rgb(206,101,75); }
H1.HeaderClassName
{
color: #CE654B;
}
.AnyTagClassName
{
color: #CE654B;
}
</style>
background-color css
<style>
a { background-color: #CE654B; }
a { background-color: rgb(206,101,75); }
div.DivClassName
{
background-color: #CE654B;
}
.BgClassName
{
background-color: #CE654B;
}
</style>
border-color css
<style>
span { border-color: #CE654B; }
span { border-color: rgb(206,101,75); }
td.TdClassName
{
border-color: #CE654B;
}
.TagClassName
{
border-color: #CE654B;
}
</style>