Html Css Color HEX #CE5646 Dark Coral

📋 copy color: '#CE5646'

red 206 ◦ green 86 ◦ blue 70

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

Shades of Dark Coral #CE5646

Tints of Dark Coral #CE5646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.76%

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

R = 56.91%
G = 23.76%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE5646 (or 0xCE5646) is known color: Dark Coral. HEX triplet: CE, 56 and 46. RGB value is (206,86,70). Sum of RGB (Red+Green+Blue) = 206+86+70=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5646 is #31A9B9. Grayscale: #787878. Windows color (decimal): -3254714 or 4609742. OLE color: 4609742.

HSL color Cylindrical-coordinate representation of color #CE5646: hue angle of 7.06º 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 #CE5646 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 86 70 -
CMYK 0 0.58 0.66 0.19
HSL 7.06º 0.58% 0.54% -
HSV(B) 7.06º 0.66% 0.81% -
XYZ 29.89 20.22 8.12 -
YUV 120.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 206 86 70 0 0.58 0.66 0.19 7.06 0.58 0.54
Hex CE 56 46 0 3A 42 13 7 3A 36
Octal 316 126 106 0 72 102 23 7 72 66
Binary 11001110 1010110 1000110 0 111010 1000010 10011 111 111010 110110

Color Harmonies of #CE5646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5646

Black with #CE5646

Text Example


Text Example

White with #CE5646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5646; }

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

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

background-color css

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

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

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

border-color css

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

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

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