#ce5f48

Color #CE5F48 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #CE5F48

Tints of Dark Coral #CE5F48

Color information

#CE5F48 (or 0xCE5F48) is unknown color: approx 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

RGB2069572-
CMYK00.540.650.19
HSL10.3º57.76%54.51%-
HSV(B)10.3º65.05%80.78%-
XYZ30.7221.778.71-
YUV125.5797.77185.37-

RGB Variations

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

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.30%
R=55.23%
G=25.47%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206957200.540.650.1910.357.7654.51
HexCE5F480364113a3a37
Octal31613711006610123127267
Binary110011101011111100100001101101000001100111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce5f48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>