Html Css Color HEX #CE5540 Dark Coral

📋 copy color: '#CE5540'

red 206 ◦ green 85 ◦ blue 64

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

Shades of Dark Coral #CE5540

Tints of Dark Coral #CE5540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.94%

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 58.03%
G = 23.94%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE5540 (or 0xCE5540) is known color: Dark Coral. HEX triplet: CE, 55 and 40. RGB value is (206,85,64). Sum of RGB (Red+Green+Blue) = 206+85+64=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5540 is #31AABF. Grayscale: #767676. Windows color (decimal): -3254976 or 4216270. OLE color: 4216270.

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

Color convert

RGB 206 85 64 -
CMYK 0 0.59 0.69 0.19
HSL 8.87º 0.59% 0.53% -
HSV(B) 8.87º 0.69% 0.81% -
XYZ 29.63 19.99 7.15 -
YUV 118.79 97.09 190.21 -
System Red Green Blue C M Y K H S L
Decimal 206 85 64 0 0.59 0.69 0.19 8.87 0.59 0.53
Hex CE 55 40 0 3B 45 13 9 3B 35
Octal 316 125 100 0 73 105 23 11 73 65
Binary 11001110 1010101 1000000 0 111011 1000101 10011 1001 111011 110101

Color Harmonies of #CE5540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5540

Black with #CE5540

Text Example


Text Example

White with #CE5540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5540; }

 p { color: rgb(206,85,64); }

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

background-color css

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

 a { background-color: rgb(206,85,64); }

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

border-color css

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

 span { border-color: rgb(206,85,64); }

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