Html Css Color HEX #CE5341 Dark Coral

📋 copy color: '#CE5341'

red 206 ◦ green 83 ◦ blue 65

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

Shades of Dark Coral #CE5341

Tints of Dark Coral #CE5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.45%

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

R = 58.19%
G = 23.45%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE5341 (or 0xCE5341) is known color: Dark Coral. HEX triplet: CE, 53 and 41. RGB value is (206,83,65). Sum of RGB (Red+Green+Blue) = 206+83+65=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5341 is #31ACBE. Grayscale: #757575. Windows color (decimal): -3255487 or 4281294. OLE color: 4281294.

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

Color convert

RGB 206 83 65 -
CMYK 0 0.60 0.68 0.19
HSL 7.66º 0.59% 0.53% -
HSV(B) 7.66º 0.68% 0.81% -
XYZ 29.5 19.69 7.25 -
YUV 117.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 206 83 65 0 0.60 0.68 0.19 7.66 0.59 0.53
Hex CE 53 41 0 3C 44 13 8 3B 35
Octal 316 123 101 0 74 104 23 10 73 65
Binary 11001110 1010011 1000001 0 111100 1000100 10011 1000 111011 110101

Color Harmonies of #CE5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5341

Black with #CE5341

Text Example


Text Example

White with #CE5341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5341; }

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

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

background-color css

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

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

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

border-color css

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

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

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