Html Css Color HEX #CE6346 Dark Coral

📋 copy color: '#CE6346'

red 206 ◦ green 99 ◦ blue 70

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

Shades of Dark Coral #CE6346

Tints of Dark Coral #CE6346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 54.93%
G = 26.4%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE6346 (or 0xCE6346) is known color: Dark Coral. HEX triplet: CE, 63 and 46. RGB value is (206,99,70). Sum of RGB (Red+Green+Blue) = 206+99+70=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6346 is #319CB9. Grayscale: #7F7F7F. Windows color (decimal): -3251386 or 4613070. OLE color: 4613070.

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

Color convert

RGB 206 99 70 -
CMYK 0 0.52 0.66 0.19
HSL 12.79º 0.58% 0.54% -
HSV(B) 12.79º 0.66% 0.81% -
XYZ 31.02 22.49 8.5 -
YUV 127.69 95.45 183.86 -
System Red Green Blue C M Y K H S L
Decimal 206 99 70 0 0.52 0.66 0.19 12.79 0.58 0.54
Hex CE 63 46 0 34 42 13 D 3A 36
Octal 316 143 106 0 64 102 23 15 72 66
Binary 11001110 1100011 1000110 0 110100 1000010 10011 1101 111010 110110

Color Harmonies of #CE6346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6346

Black with #CE6346

Text Example


Text Example

White with #CE6346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6346; }

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

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

background-color css

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

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

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

border-color css

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

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

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