#CE5043

Color #CE5043 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #CE5043

Tints of Dark Coral #CE5043

Color information

#CE5043 (or 0xCE5043) is unknown color: approx Dark Coral. HEX triplet: CE, 50 and 43. RGB value is (206,80,67). Sum of RGB (Red+Green+Blue) = 206+80+67=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5043 is #31AFBC. Grayscale: #747474. Windows color (decimal): -3256253 or 4411598. OLE color: 4411598.

HSL color Cylindrical-coordinate representation of color #CE5043: hue angle of 5.61º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE5043 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB2068067-
CMYK00.610.670.19
HSL5.61º58.65%53.53%-
HSV(B)5.61º67.48%80.78%-
XYZ29.3419.267.48-
YUV116.19100.24192.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 58.36%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 67 (26.56% from 255) = 18.98%
R=58.36%
G=22.66%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206806700.610.670.195.6158.6553.53
HexCE504303D431363b36
Octal3161201030751032367366
Binary11001110101000010000110111101100001110011110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5043; }

 p { color: rgb(206,80,67); }

 H1.HeaderClassName
 {
   color: #CE5043;
 }
 .AnyTagClassName
 {
   color: #CE5043;
 }
</style>
background-color css

<style>
 a { background-color: #CE5043; }

 a { background-color: rgb(206,80,67); }

 div.DivClassName
 {
   background-color: #CE5043;
 }
 .BgClassName
 {
   background-color: #CE5043;
 }
</style>
border-color css

<style>
 span { border-color: #CE5043; }

 span { border-color: rgb(206,80,67); }

 td.TdClassName
 {
   border-color: #CE5043;
 }
 .TagClassName
 {
   border-color: #CE5043;
 }
</style>