Html Css Color HEX #CE5E4E Dark Coral

📋 copy color: '#CE5E4E'

red 206 ◦ green 94 ◦ blue 78

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

Shades of Dark Coral #CE5E4E

Tints of Dark Coral #CE5E4E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.87%

 BLUE value IS 78 (30.86% from 255) = 20.63%

R = 54.5%
G = 24.87%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE5E4E (or 0xCE5E4E) is known color: Dark Coral. HEX triplet: CE, 5E and 4E. RGB value is (206,94,78). Sum of RGB (Red+Green+Blue) = 206+94+78=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E4E is #31A1B1. Grayscale: #7D7D7D. Windows color (decimal): -3252658 or 5136078. OLE color: 5136078.

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

Color convert

RGB 206 94 78 -
CMYK 0 0.54 0.62 0.19
HSL 7.5º 0.57% 0.56% -
HSV(B) 7.5º 0.62% 0.81% -
XYZ 30.83 21.68 9.77 -
YUV 125.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 206 94 78 0 0.54 0.62 0.19 7.5 0.57 0.56
Hex CE 5E 4E 0 36 3E 13 8 39 38
Octal 316 136 116 0 66 76 23 10 71 70
Binary 11001110 1011110 1001110 0 110110 111110 10011 1000 111001 111000

Color Harmonies of #CE5E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E4E

Black with #CE5E4E

Text Example


Text Example

White with #CE5E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E4E; }

 p { color: rgb(206,94,78); }

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

background-color css

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

 a { background-color: rgb(206,94,78); }

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

border-color css

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

 span { border-color: rgb(206,94,78); }

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