Html Css Color HEX #CE5A40 Dark Coral

📋 copy color: '#CE5A40'

red 206 ◦ green 90 ◦ blue 64

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

Shades of Dark Coral #CE5A40

Tints of Dark Coral #CE5A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25%

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

R = 57.22%
G = 25%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE5A40 (or 0xCE5A40) is known color: Dark Coral. HEX triplet: CE, 5A and 40. RGB value is (206,90,64). Sum of RGB (Red+Green+Blue) = 206+90+64=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5A40 is #31A5BF. Grayscale: #797979. Windows color (decimal): -3253696 or 4217550. OLE color: 4217550.

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

Color convert

RGB 206 90 64 -
CMYK 0 0.56 0.69 0.19
HSL 10.99º 0.59% 0.53% -
HSV(B) 10.99º 0.69% 0.81% -
XYZ 30.04 20.8 7.28 -
YUV 121.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 206 90 64 0 0.56 0.69 0.19 10.99 0.59 0.53
Hex CE 5A 40 0 38 45 13 B 3B 35
Octal 316 132 100 0 70 105 23 13 73 65
Binary 11001110 1011010 1000000 0 111000 1000101 10011 1011 111011 110101

Color Harmonies of #CE5A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A40

Black with #CE5A40

Text Example


Text Example

White with #CE5A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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