Html Css Color HEX #CE5B49 Dark Coral

📋 copy color: '#CE5B49'

red 206 ◦ green 91 ◦ blue 73

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

Shades of Dark Coral #CE5B49

Tints of Dark Coral #CE5B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.59%

 BLUE value IS 73 (28.91% from 255) = 19.73%

R = 55.68%
G = 24.59%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE5B49 (or 0xCE5B49) is known color: Dark Coral. HEX triplet: CE, 5B and 49. RGB value is (206,91,73). Sum of RGB (Red+Green+Blue) = 206+91+73=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B49 is #31A4B6. Grayscale: #7B7B7B. Windows color (decimal): -3253431 or 4807630. OLE color: 4807630.

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

Color convert

RGB 206 91 73 -
CMYK 0 0.56 0.65 0.19
HSL 8.12º 0.58% 0.55% -
HSV(B) 8.12º 0.65% 0.81% -
XYZ 30.4 21.09 8.77 -
YUV 123.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 206 91 73 0 0.56 0.65 0.19 8.12 0.58 0.55
Hex CE 5B 49 0 38 41 13 8 3A 37
Octal 316 133 111 0 70 101 23 10 72 67
Binary 11001110 1011011 1001001 0 111000 1000001 10011 1000 111010 110111

Color Harmonies of #CE5B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B49

Black with #CE5B49

Text Example


Text Example

White with #CE5B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B49; }

 p { color: rgb(206,91,73); }

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

background-color css

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

 a { background-color: rgb(206,91,73); }

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

border-color css

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

 span { border-color: rgb(206,91,73); }

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