Html Css Color HEX #CE614A Dark Coral

📋 copy color: '#CE614A'

red 206 ◦ green 97 ◦ blue 74

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

Shades of Dark Coral #CE614A

Tints of Dark Coral #CE614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 54.64%
G = 25.73%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE614A (or 0xCE614A) is known color: Dark Coral. HEX triplet: CE, 61 and 4A. RGB value is (206,97,74). Sum of RGB (Red+Green+Blue) = 206+97+74=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE614A is #319EB5. Grayscale: #7F7F7F. Windows color (decimal): -3251894 or 4874702. OLE color: 4874702.

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

Color convert

RGB 206 97 74 -
CMYK 0 0.53 0.64 0.19
HSL 10.45º 0.57% 0.55% -
HSV(B) 10.45º 0.64% 0.81% -
XYZ 30.96 22.17 9.12 -
YUV 126.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 206 97 74 0 0.53 0.64 0.19 10.45 0.57 0.55
Hex CE 61 4A 0 35 40 13 A 39 37
Octal 316 141 112 0 65 100 23 12 71 67
Binary 11001110 1100001 1001010 0 110101 1000000 10011 1010 111001 110111

Color Harmonies of #CE614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE614A

Black with #CE614A

Text Example


Text Example

White with #CE614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE614A; }

 p { color: rgb(206,97,74); }

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

background-color css

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

 a { background-color: rgb(206,97,74); }

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

border-color css

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

 span { border-color: rgb(206,97,74); }

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