Html Css Color HEX #CE5F48 Dark Coral

📋 copy color: '#CE5F48'

red 206 ◦ green 95 ◦ blue 72

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

Shades of Dark Coral #CE5F48

Tints of Dark Coral #CE5F48

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.47%

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

R = 55.23%
G = 25.47%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE5F48 (or 0xCE5F48) is known color: Dark Coral. HEX triplet: CE, 5F and 48. RGB value is (206,95,72). Sum of RGB (Red+Green+Blue) = 206+95+72=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5F48 is #31A0B7. Grayscale: #7D7D7D. Windows color (decimal): -3252408 or 4743118. OLE color: 4743118.

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

Color convert

RGB 206 95 72 -
CMYK 0 0.54 0.65 0.19
HSL 10.3º 0.58% 0.55% -
HSV(B) 10.3º 0.65% 0.81% -
XYZ 30.72 21.77 8.71 -
YUV 125.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 206 95 72 0 0.54 0.65 0.19 10.3 0.58 0.55
Hex CE 5F 48 0 36 41 13 A 3A 37
Octal 316 137 110 0 66 101 23 12 72 67
Binary 11001110 1011111 1001000 0 110110 1000001 10011 1010 111010 110111

Color Harmonies of #CE5F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5F48

Black with #CE5F48

Text Example


Text Example

White with #CE5F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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