Html Css Color HEX #CE5948 Dark Coral

📋 copy color: '#CE5948'

red 206 ◦ green 89 ◦ blue 72

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

Shades of Dark Coral #CE5948

Tints of Dark Coral #CE5948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.25%

 BLUE value IS 72 (28.52% from 255) = 19.62%

R = 56.13%
G = 24.25%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE5948 (or 0xCE5948) is known color: Dark Coral. HEX triplet: CE, 59 and 48. RGB value is (206,89,72). Sum of RGB (Red+Green+Blue) = 206+89+72=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5948 is #31A6B7. Grayscale: #7A7A7A. Windows color (decimal): -3253944 or 4741582. OLE color: 4741582.

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

Color convert

RGB 206 89 72 -
CMYK 0 0.57 0.65 0.19
HSL 7.61º 0.58% 0.55% -
HSV(B) 7.61º 0.65% 0.81% -
XYZ 30.2 20.73 8.54 -
YUV 122.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 206 89 72 0 0.57 0.65 0.19 7.61 0.58 0.55
Hex CE 59 48 0 39 41 13 8 3A 37
Octal 316 131 110 0 71 101 23 10 72 67
Binary 11001110 1011001 1001000 0 111001 1000001 10011 1000 111010 110111

Color Harmonies of #CE5948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5948

Black with #CE5948

Text Example


Text Example

White with #CE5948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5948; }

 p { color: rgb(206,89,72); }

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

background-color css

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

 a { background-color: rgb(206,89,72); }

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

border-color css

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

 span { border-color: rgb(206,89,72); }

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