Html Css Color HEX #CE5946 Dark Coral

📋 copy color: '#CE5946'

red 206 ◦ green 89 ◦ blue 70

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

Shades of Dark Coral #CE5946

Tints of Dark Coral #CE5946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.38%

 BLUE value IS 70 (27.73% from 255) = 19.18%

R = 56.44%
G = 24.38%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE5946 (or 0xCE5946) is known color: Dark Coral. HEX triplet: CE, 59 and 46. RGB value is (206,89,70). Sum of RGB (Red+Green+Blue) = 206+89+70=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5946 is #31A6B9. Grayscale: #7A7A7A. Windows color (decimal): -3253946 or 4610510. OLE color: 4610510.

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

Color convert

RGB 206 89 70 -
CMYK 0 0.57 0.66 0.19
HSL 8.38º 0.58% 0.54% -
HSV(B) 8.38º 0.66% 0.81% -
XYZ 30.13 20.71 8.2 -
YUV 121.82 98.76 188.04 -
System Red Green Blue C M Y K H S L
Decimal 206 89 70 0 0.57 0.66 0.19 8.38 0.58 0.54
Hex CE 59 46 0 39 42 13 8 3A 36
Octal 316 131 106 0 71 102 23 10 72 66
Binary 11001110 1011001 1000110 0 111001 1000010 10011 1000 111010 110110

Color Harmonies of #CE5946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5946

Black with #CE5946

Text Example


Text Example

White with #CE5946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5946; }

 p { color: rgb(206,89,70); }

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

background-color css

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

 a { background-color: rgb(206,89,70); }

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

border-color css

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

 span { border-color: rgb(206,89,70); }

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