Html Css Color HEX #CE5F49 Dark Coral

📋 copy color: '#CE5F49'

red 206 ◦ green 95 ◦ blue 73

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

Shades of Dark Coral #CE5F49

Tints of Dark Coral #CE5F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.4%

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

R = 55.08%
G = 25.4%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE5F49 (or 0xCE5F49) is known color: Dark Coral. HEX triplet: CE, 5F and 49. RGB value is (206,95,73). Sum of RGB (Red+Green+Blue) = 206+95+73=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5F49 is #31A0B6. Grayscale: #7D7D7D. Windows color (decimal): -3252407 or 4808654. OLE color: 4808654.

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

Color convert

RGB 206 95 73 -
CMYK 0 0.54 0.65 0.19
HSL 9.92º 0.58% 0.55% -
HSV(B) 9.92º 0.65% 0.81% -
XYZ 30.75 21.79 8.89 -
YUV 125.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 206 95 73 0 0.54 0.65 0.19 9.92 0.58 0.55
Hex CE 5F 49 0 36 41 13 A 3A 37
Octal 316 137 111 0 66 101 23 12 72 67
Binary 11001110 1011111 1001001 0 110110 1000001 10011 1010 111010 110111

Color Harmonies of #CE5F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5F49

Black with #CE5F49

Text Example


Text Example

White with #CE5F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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