Html Css Color HEX #CE6047 Dark Coral

📋 copy color: '#CE6047'

red 206 ◦ green 96 ◦ blue 71

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

Shades of Dark Coral #CE6047

Tints of Dark Coral #CE6047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.74%

 BLUE value IS 71 (28.13% from 255) = 19.03%

R = 55.23%
G = 25.74%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE6047 (or 0xCE6047) is known color: Dark Coral. HEX triplet: CE, 60 and 47. RGB value is (206,96,71). Sum of RGB (Red+Green+Blue) = 206+96+71=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6047 is #319FB8. Grayscale: #7E7E7E. Windows color (decimal): -3252153 or 4677838. OLE color: 4677838.

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

Color convert

RGB 206 96 71 -
CMYK 0 0.53 0.66 0.19
HSL 11.11º 0.58% 0.54% -
HSV(B) 11.11º 0.66% 0.81% -
XYZ 30.77 21.94 8.57 -
YUV 126.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 206 96 71 0 0.53 0.66 0.19 11.11 0.58 0.54
Hex CE 60 47 0 35 42 13 B 3A 36
Octal 316 140 107 0 65 102 23 13 72 66
Binary 11001110 1100000 1000111 0 110101 1000010 10011 1011 111010 110110

Color Harmonies of #CE6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6047

Black with #CE6047

Text Example


Text Example

White with #CE6047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6047; }

 p { color: rgb(206,96,71); }

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

background-color css

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

 a { background-color: rgb(206,96,71); }

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

border-color css

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

 span { border-color: rgb(206,96,71); }

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