Html Css Color HEX #CE5040 Dark Coral

📋 copy color: '#CE5040'

red 206 ◦ green 80 ◦ blue 64

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

Shades of Dark Coral #CE5040

Tints of Dark Coral #CE5040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.86%

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 58.86%
G = 22.86%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE5040 (or 0xCE5040) is known color: Dark Coral. HEX triplet: CE, 50 and 40. RGB value is (206,80,64). Sum of RGB (Red+Green+Blue) = 206+80+64=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5040 is #31AFBF. Grayscale: #747474. Windows color (decimal): -3256256 or 4214990. OLE color: 4214990.

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

Color convert

RGB 206 80 64 -
CMYK 0 0.61 0.69 0.19
HSL 6.76º 0.59% 0.53% -
HSV(B) 6.76º 0.69% 0.81% -
XYZ 29.25 19.23 7.02 -
YUV 115.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 206 80 64 0 0.61 0.69 0.19 6.76 0.59 0.53
Hex CE 50 40 0 3D 45 13 7 3B 35
Octal 316 120 100 0 75 105 23 7 73 65
Binary 11001110 1010000 1000000 0 111101 1000101 10011 111 111011 110101

Color Harmonies of #CE5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5040

Black with #CE5040

Text Example


Text Example

White with #CE5040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5040; }

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

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

background-color css

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

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

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

border-color css

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

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

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