Html Css Color HEX #CE614C Dark Coral

📋 copy color: '#CE614C'

red 206 ◦ green 97 ◦ blue 76

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

Shades of Dark Coral #CE614C

Tints of Dark Coral #CE614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 54.35%
G = 25.59%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE614C (or 0xCE614C) is known color: Dark Coral. HEX triplet: CE, 61 and 4C. RGB value is (206,97,76). Sum of RGB (Red+Green+Blue) = 206+97+76=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE614C is #319EB3. Grayscale: #7F7F7F. Windows color (decimal): -3251892 or 5005774. OLE color: 5005774.

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

Color convert

RGB 206 97 76 -
CMYK 0 0.53 0.63 0.19
HSL 9.69º 0.57% 0.55% -
HSV(B) 9.69º 0.63% 0.81% -
XYZ 31.03 22.19 9.49 -
YUV 127.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 206 97 76 0 0.53 0.63 0.19 9.69 0.57 0.55
Hex CE 61 4C 0 35 3F 13 A 39 37
Octal 316 141 114 0 65 77 23 12 71 67
Binary 11001110 1100001 1001100 0 110101 111111 10011 1010 111001 110111

Color Harmonies of #CE614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE614C

Black with #CE614C

Text Example


Text Example

White with #CE614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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