Html Css Color HEX #CE553E Dark Coral

📋 copy color: '#CE553E'

red 206 ◦ green 85 ◦ blue 62

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

Shades of Dark Coral #CE553E

Tints of Dark Coral #CE553E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.08%

 BLUE value IS 62 (24.61% from 255) = 17.56%

R = 58.36%
G = 24.08%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE553E (or 0xCE553E) is known color: Dark Coral. HEX triplet: CE, 55 and 3E. RGB value is (206,85,62). Sum of RGB (Red+Green+Blue) = 206+85+62=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE553E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE553E is #31AAC1. Grayscale: #767676. Windows color (decimal): -3254978 or 4085198. OLE color: 4085198.

HSL color Cylindrical-coordinate representation of color #CE553E: hue angle of 9.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE553E is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 62 -
CMYK 0 0.59 0.70 0.19
HSL 9.58º 0.6% 0.53% -
HSV(B) 9.58º 0.7% 0.81% -
XYZ 29.57 19.97 6.85 -
YUV 118.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 206 85 62 0 0.59 0.70 0.19 9.58 0.6 0.53
Hex CE 55 3E 0 3B 46 13 A 3C 35
Octal 316 125 76 0 73 106 23 12 74 65
Binary 11001110 1010101 111110 0 111011 1000110 10011 1010 111100 110101

Color Harmonies of #CE553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE553E

Black with #CE553E

Text Example


Text Example

White with #CE553E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE553E; }

 p { color: rgb(206,85,62); }

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

background-color css

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

 a { background-color: rgb(206,85,62); }

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

border-color css

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

 span { border-color: rgb(206,85,62); }

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