Html Css Color HEX #CE523C Dark Coral

📋 copy color: '#CE523C'

red 206 ◦ green 82 ◦ blue 60

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

Shades of Dark Coral #CE523C

Tints of Dark Coral #CE523C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.56%

 BLUE value IS 60 (23.83% from 255) = 17.24%

R = 59.2%
G = 23.56%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE523C (or 0xCE523C) is known color: Dark Coral. HEX triplet: CE, 52 and 3C. RGB value is (206,82,60). Sum of RGB (Red+Green+Blue) = 206+82+60=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE523C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE523C is #31ADC3. Grayscale: #747474. Windows color (decimal): -3255748 or 3953358. OLE color: 3953358.

HSL color Cylindrical-coordinate representation of color #CE523C: hue angle of 9.04º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE523C is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 82 60 -
CMYK 0 0.60 0.71 0.19
HSL 9.04º 0.6% 0.52% -
HSV(B) 9.04º 0.71% 0.81% -
XYZ 29.29 19.48 6.49 -
YUV 116.57 96.08 191.79 -
System Red Green Blue C M Y K H S L
Decimal 206 82 60 0 0.60 0.71 0.19 9.04 0.6 0.52
Hex CE 52 3C 0 3C 47 13 9 3C 34
Octal 316 122 74 0 74 107 23 11 74 64
Binary 11001110 1010010 111100 0 111100 1000111 10011 1001 111100 110100

Color Harmonies of #CE523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE523C

Black with #CE523C

Text Example


Text Example

White with #CE523C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE523C; }

 p { color: rgb(206,82,60); }

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

background-color css

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

 a { background-color: rgb(206,82,60); }

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

border-color css

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

 span { border-color: rgb(206,82,60); }

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