Html Css Color HEX #CE5E3F Dark Coral

📋 copy color: '#CE5E3F'

red 206 ◦ green 94 ◦ blue 63

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

Shades of Dark Coral #CE5E3F

Tints of Dark Coral #CE5E3F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.9%

 BLUE value IS 63 (25% from 255) = 17.36%

R = 56.75%
G = 25.9%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE5E3F (or 0xCE5E3F) is known color: Dark Coral. HEX triplet: CE, 5E and 3F. RGB value is (206,94,63). Sum of RGB (Red+Green+Blue) = 206+94+63=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E3F is #31A1C0. Grayscale: #7C7C7C. Windows color (decimal): -3252673 or 4153038. OLE color: 4153038.

HSL color Cylindrical-coordinate representation of color #CE5E3F: hue angle of 13.01º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE5E3F is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 94 63 -
CMYK 0 0.54 0.69 0.19
HSL 13.01º 0.59% 0.53% -
HSV(B) 13.01º 0.69% 0.81% -
XYZ 30.35 21.49 7.25 -
YUV 123.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 206 94 63 0 0.54 0.69 0.19 13.01 0.59 0.53
Hex CE 5E 3F 0 36 45 13 D 3B 35
Octal 316 136 77 0 66 105 23 15 73 65
Binary 11001110 1011110 111111 0 110110 1000101 10011 1101 111011 110101

Color Harmonies of #CE5E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E3F

Black with #CE5E3F

Text Example


Text Example

White with #CE5E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E3F; }

 p { color: rgb(206,94,63); }

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

background-color css

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

 a { background-color: rgb(206,94,63); }

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

border-color css

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

 span { border-color: rgb(206,94,63); }

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