Html Css Color HEX #CE5C40 Dark Coral

📋 copy color: '#CE5C40'

red 206 ◦ green 92 ◦ blue 64

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

Shades of Dark Coral #CE5C40

Tints of Dark Coral #CE5C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.41%

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

R = 56.91%
G = 25.41%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE5C40 (or 0xCE5C40) is known color: Dark Coral. HEX triplet: CE, 5C and 40. RGB value is (206,92,64). Sum of RGB (Red+Green+Blue) = 206+92+64=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5C40 is #31A3BF. Grayscale: #7B7B7B. Windows color (decimal): -3253184 or 4218062. OLE color: 4218062.

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

Color convert

RGB 206 92 64 -
CMYK 0 0.55 0.69 0.19
HSL 11.83º 0.59% 0.53% -
HSV(B) 11.83º 0.69% 0.81% -
XYZ 30.21 21.15 7.34 -
YUV 122.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 206 92 64 0 0.55 0.69 0.19 11.83 0.59 0.53
Hex CE 5C 40 0 37 45 13 C 3B 35
Octal 316 134 100 0 67 105 23 14 73 65
Binary 11001110 1011100 1000000 0 110111 1000101 10011 1100 111011 110101

Color Harmonies of #CE5C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5C40

Black with #CE5C40

Text Example


Text Example

White with #CE5C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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