Html Css Color HEX #CE604D Dark Coral

📋 copy color: '#CE604D'

red 206 ◦ green 96 ◦ blue 77

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

Shades of Dark Coral #CE604D

Tints of Dark Coral #CE604D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.32%

R = 54.35%
G = 25.33%
B = 20.32%

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

#CE604D (or 0xCE604D) is known color: Dark Coral. HEX triplet: CE, 60 and 4D. RGB value is (206,96,77). Sum of RGB (Red+Green+Blue) = 206+96+77=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE604D is #319FB2. Grayscale: #7E7E7E. Windows color (decimal): -3252147 or 5071054. OLE color: 5071054.

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

Color convert

RGB 206 96 77 -
CMYK 0 0.53 0.63 0.19
HSL 8.84º 0.57% 0.55% -
HSV(B) 8.84º 0.63% 0.81% -
XYZ 30.98 22.02 9.64 -
YUV 126.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 206 96 77 0 0.53 0.63 0.19 8.84 0.57 0.55
Hex CE 60 4D 0 35 3F 13 9 39 37
Octal 316 140 115 0 65 77 23 11 71 67
Binary 11001110 1100000 1001101 0 110101 111111 10011 1001 111001 110111

Color Harmonies of #CE604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE604D

Black with #CE604D

Text Example


Text Example

White with #CE604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE604D; }

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

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

background-color css

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

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

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

border-color css

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

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

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