Html Css Color HEX #CE5D4C Dark Coral

📋 copy color: '#CE5D4C'

red 206 ◦ green 93 ◦ blue 76

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

Shades of Dark Coral #CE5D4C

Tints of Dark Coral #CE5D4C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.8%

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 54.93%
G = 24.8%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE5D4C (or 0xCE5D4C) is known color: Dark Coral. HEX triplet: CE, 5D and 4C. RGB value is (206,93,76). Sum of RGB (Red+Green+Blue) = 206+93+76=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5D4C is #31A2B3. Grayscale: #7D7D7D. Windows color (decimal): -3252916 or 5004750. OLE color: 5004750.

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

Color convert

RGB 206 93 76 -
CMYK 0 0.55 0.63 0.19
HSL 7.85º 0.57% 0.55% -
HSV(B) 7.85º 0.63% 0.81% -
XYZ 30.67 21.47 9.37 -
YUV 124.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 206 93 76 0 0.55 0.63 0.19 7.85 0.57 0.55
Hex CE 5D 4C 0 37 3F 13 8 39 37
Octal 316 135 114 0 67 77 23 10 71 67
Binary 11001110 1011101 1001100 0 110111 111111 10011 1000 111001 110111

Color Harmonies of #CE5D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D4C

Black with #CE5D4C

Text Example


Text Example

White with #CE5D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D4C; }

 p { color: rgb(206,93,76); }

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

background-color css

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

 a { background-color: rgb(206,93,76); }

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

border-color css

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

 span { border-color: rgb(206,93,76); }

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