Html Css Color HEX #CE5942 Dark Coral

📋 copy color: '#CE5942'

red 206 ◦ green 89 ◦ blue 66

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

Shades of Dark Coral #CE5942

Tints of Dark Coral #CE5942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.65%

 BLUE value IS 66 (26.17% from 255) = 18.28%

R = 57.06%
G = 24.65%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE5942 (or 0xCE5942) is known color: Dark Coral. HEX triplet: CE, 59 and 42. RGB value is (206,89,66). Sum of RGB (Red+Green+Blue) = 206+89+66=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5942 is #31A6BD. Grayscale: #797979. Windows color (decimal): -3253950 or 4348366. OLE color: 4348366.

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

Color convert

RGB 206 89 66 -
CMYK 0 0.57 0.68 0.19
HSL 9.86º 0.59% 0.53% -
HSV(B) 9.86º 0.68% 0.81% -
XYZ 30.01 20.66 7.56 -
YUV 121.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 206 89 66 0 0.57 0.68 0.19 9.86 0.59 0.53
Hex CE 59 42 0 39 44 13 A 3B 35
Octal 316 131 102 0 71 104 23 12 73 65
Binary 11001110 1011001 1000010 0 111001 1000100 10011 1010 111011 110101

Color Harmonies of #CE5942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5942

Black with #CE5942

Text Example


Text Example

White with #CE5942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5942; }

 p { color: rgb(206,89,66); }

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

background-color css

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

 a { background-color: rgb(206,89,66); }

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

border-color css

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

 span { border-color: rgb(206,89,66); }

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