#CD5E48

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

Shades of Dark Coral #CD5E48

Tints of Dark Coral #CD5E48

Color information

#CD5E48 (or 0xCD5E48) is unknown color: approx Dark Coral. HEX triplet: CD, 5E and 48. RGB value is (205,94,72). Sum of RGB (Red+Green+Blue) = 205+94+72=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5E48 is #32A1B7. Grayscale: #7C7C7C. Windows color (decimal): -3318200 or 4742861. OLE color: 4742861.

HSL color Cylindrical-coordinate representation of color #CD5E48: hue angle of 9.92º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD5E48 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB2059472-
CMYK00.540.650.20
HSL9.92º57.08%54.31%-
HSV(B)9.92º64.88%80.39%-
XYZ30.3521.458.67-
YUV124.6898.27185.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.26%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=55.26%
G=25.34%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205947200.540.650.209.9257.0854.31
HexCD5E480364114a3936
Octal31513611006610124127166
Binary110011011011110100100001101101000001101001010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5E48; }

 p { color: rgb(205,94,72); }

 H1.HeaderClassName
 {
   color: #CD5E48;
 }
 .AnyTagClassName
 {
   color: #CD5E48;
 }
</style>
background-color css

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

 a { background-color: rgb(205,94,72); }

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

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

 span { border-color: rgb(205,94,72); }

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