#CD5F47

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

Shades of Dark Coral #CD5F47

Tints of Dark Coral #CD5F47

Color information

#CD5F47 (or 0xCD5F47) is unknown color: approx Dark Coral. HEX triplet: CD, 5F and 47. RGB value is (205,95,71). Sum of RGB (Red+Green+Blue) = 205+95+71=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5F47 is #32A0B8. Grayscale: #7D7D7D. Windows color (decimal): -3317945 or 4677581. OLE color: 4677581.

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

Color convert

RGB2059571-
CMYK00.540.650.20
HSL10.75º57.26%54.12%-
HSV(B)10.75º65.37%80.39%-
XYZ30.4121.628.53-
YUV125.1597.44184.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.26%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 71 (28.12% from 255) = 19.14%
R=55.26%
G=25.61%
B=19.14%

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
Decimal205957100.540.650.2010.7557.2654.12
HexCD5F470364114b3936
Octal31513710706610124137166
Binary110011011011111100011101101101000001101001011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5F47; }

 p { color: rgb(205,95,71); }

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

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

 a { background-color: rgb(205,95,71); }

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

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

 span { border-color: rgb(205,95,71); }

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