Html Css Color HEX #CE604A Dark Coral

📋 copy color: '#CE604A'

red 206 ◦ green 96 ◦ blue 74

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

Shades of Dark Coral #CE604A

Tints of Dark Coral #CE604A

RGB

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

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

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

R = 54.79%
G = 25.53%
B = 19.68%

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

#CE604A (or 0xCE604A) is known color: Dark Coral. HEX triplet: CE, 60 and 4A. RGB value is (206,96,74). Sum of RGB (Red+Green+Blue) = 206+96+74=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE604A is #319FB5. Grayscale: #7E7E7E. Windows color (decimal): -3252150 or 4874446. OLE color: 4874446.

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

Color convert

RGB 206 96 74 -
CMYK 0 0.53 0.64 0.19
HSL 10º 0.57% 0.55% -
HSV(B) 10º 0.64% 0.81% -
XYZ 30.87 21.98 9.09 -
YUV 126.38 98.44 184.79 -
System Red Green Blue C M Y K H S L
Decimal 206 96 74 0 0.53 0.64 0.19 10 0.57 0.55
Hex CE 60 4A 0 35 40 13 A 39 37
Octal 316 140 112 0 65 100 23 12 71 67
Binary 11001110 1100000 1001010 0 110101 1000000 10011 1010 111001 110111

Color Harmonies of #CE604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE604A

Black with #CE604A

Text Example


Text Example

White with #CE604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE604A; }

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

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

background-color css

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

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

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

border-color css

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

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

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