Html Css Color HEX #CE6349 Dark Coral

📋 copy color: '#CE6349'

red 206 ◦ green 99 ◦ blue 73

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

Shades of Dark Coral #CE6349

Tints of Dark Coral #CE6349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.19%

 BLUE value IS 73 (28.91% from 255) = 19.31%

R = 54.5%
G = 26.19%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE6349 (or 0xCE6349) is known color: Dark Coral. HEX triplet: CE, 63 and 49. RGB value is (206,99,73). Sum of RGB (Red+Green+Blue) = 206+99+73=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6349 is #319CB6. Grayscale: #808080. Windows color (decimal): -3251383 or 4809678. OLE color: 4809678.

HSL color Cylindrical-coordinate representation of color #CE6349: hue angle of 11.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE6349 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 99 73 -
CMYK 0 0.52 0.65 0.19
HSL 11.73º 0.58% 0.55% -
HSV(B) 11.73º 0.65% 0.81% -
XYZ 31.12 22.53 9.01 -
YUV 128.03 96.95 183.61 -
System Red Green Blue C M Y K H S L
Decimal 206 99 73 0 0.52 0.65 0.19 11.73 0.58 0.55
Hex CE 63 49 0 34 41 13 C 3A 37
Octal 316 143 111 0 64 101 23 14 72 67
Binary 11001110 1100011 1001001 0 110100 1000001 10011 1100 111010 110111

Color Harmonies of #CE6349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6349

Black with #CE6349

Text Example


Text Example

White with #CE6349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6349; }

 p { color: rgb(206,99,73); }

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

background-color css

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

 a { background-color: rgb(206,99,73); }

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

border-color css

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

 span { border-color: rgb(206,99,73); }

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