#CE523D

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

Shades of Dark Coral #CE523D

Tints of Dark Coral #CE523D

Color information

#CE523D (or 0xCE523D) is unknown color: approx Dark Coral. HEX triplet: CE, 52 and 3D. RGB value is (206,82,61). Sum of RGB (Red+Green+Blue) = 206+82+61=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE523D is #31ADC2. Grayscale: #747474. Windows color (decimal): -3255747 or 4018894. OLE color: 4018894.

HSL color Cylindrical-coordinate representation of color #CE523D: hue angle of 8.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE523D is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB2068261-
CMYK00.600.700.19
HSL8.69º59.67%52.35%-
HSV(B)8.69º70.39%80.78%-
XYZ29.3119.496.63-
YUV116.6896.58191.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.03%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=59.03%
G=23.50%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206826100.600.700.198.6959.6752.35
HexCE523D03C461393c34
Octal3161227507410623117464
Binary11001110101001011110101111001000110100111001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE523D; }

 p { color: rgb(206,82,61); }

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

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

 a { background-color: rgb(206,82,61); }

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

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

 span { border-color: rgb(206,82,61); }

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