Html Css Color HEX #CE523E Dark Coral

📋 copy color: '#CE523E'

red 206 ◦ green 82 ◦ blue 62

#CE523E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #CE523E

Tints of Dark Coral #CE523E

RGB

 RED value IS 206 (80.86% from 255) = 58.86%

 GREEN value IS 82 (32.42% from 255) = 23.43%

 BLUE value IS 62 (24.61% from 255) = 17.71%

R = 58.86%
G = 23.43%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE523E (or 0xCE523E) is known color: Dark Coral. HEX triplet: CE, 52 and 3E. RGB value is (206,82,62). Sum of RGB (Red+Green+Blue) = 206+82+62=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE523E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE523E is #31ADC1. Grayscale: #757575. Windows color (decimal): -3255746 or 4084430. OLE color: 4084430.

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

Color convert

RGB 206 82 62 -
CMYK 0 0.60 0.70 0.19
HSL 8.33º 0.6% 0.53% -
HSV(B) 8.33º 0.7% 0.81% -
XYZ 29.34 19.5 6.78 -
YUV 116.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 206 82 62 0 0.60 0.70 0.19 8.33 0.6 0.53
Hex CE 52 3E 0 3C 46 13 8 3C 35
Octal 316 122 76 0 74 106 23 10 74 65
Binary 11001110 1010010 111110 0 111100 1000110 10011 1000 111100 110101

Color Harmonies of #CE523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE523E

Black with #CE523E

Text Example


Text Example

White with #CE523E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE523E; }

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

 H1.HeaderClassName
 {
   color: #CE523E;
 }
 .AnyTagClassName
 {
   color: #CE523E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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