Html Css Color HEX #CE5C46 Dark Coral

📋 copy color: '#CE5C46'

red 206 ◦ green 92 ◦ blue 70

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

Shades of Dark Coral #CE5C46

Tints of Dark Coral #CE5C46

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25%

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

R = 55.98%
G = 25%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE5C46 (or 0xCE5C46) is known color: Dark Coral. HEX triplet: CE, 5C and 46. RGB value is (206,92,70). Sum of RGB (Red+Green+Blue) = 206+92+70=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5C46 is #31A3B9. Grayscale: #7B7B7B. Windows color (decimal): -3253178 or 4611278. OLE color: 4611278.

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

Color convert

RGB 206 92 70 -
CMYK 0 0.55 0.66 0.19
HSL 9.71º 0.58% 0.54% -
HSV(B) 9.71º 0.66% 0.81% -
XYZ 30.39 21.22 8.29 -
YUV 123.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 206 92 70 0 0.55 0.66 0.19 9.71 0.58 0.54
Hex CE 5C 46 0 37 42 13 A 3A 36
Octal 316 134 106 0 67 102 23 12 72 66
Binary 11001110 1011100 1000110 0 110111 1000010 10011 1010 111010 110110

Color Harmonies of #CE5C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5C46

Black with #CE5C46

Text Example


Text Example

White with #CE5C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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