Html Css Color HEX #CE5E41 Dark Coral

📋 copy color: '#CE5E41'

red 206 ◦ green 94 ◦ blue 65

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

Shades of Dark Coral #CE5E41

Tints of Dark Coral #CE5E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.81%

R = 56.44%
G = 25.75%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE5E41 (or 0xCE5E41) is known color: Dark Coral. HEX triplet: CE, 5E and 41. RGB value is (206,94,65). Sum of RGB (Red+Green+Blue) = 206+94+65=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E41 is #31A1BE. Grayscale: #7C7C7C. Windows color (decimal): -3252671 or 4284110. OLE color: 4284110.

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

Color convert

RGB 206 94 65 -
CMYK 0 0.54 0.68 0.19
HSL 12.34º 0.59% 0.53% -
HSV(B) 12.34º 0.68% 0.81% -
XYZ 30.41 21.51 7.55 -
YUV 124.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 206 94 65 0 0.54 0.68 0.19 12.34 0.59 0.53
Hex CE 5E 41 0 36 44 13 C 3B 35
Octal 316 136 101 0 66 104 23 14 73 65
Binary 11001110 1011110 1000001 0 110110 1000100 10011 1100 111011 110101

Color Harmonies of #CE5E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E41

Black with #CE5E41

Text Example


Text Example

White with #CE5E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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