#CD5146

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

Shades of Dark Coral #CD5146

Tints of Dark Coral #CD5146

Color information

#CD5146 (or 0xCD5146) is unknown color: approx Dark Coral. HEX triplet: CD, 51 and 46. RGB value is (205,81,70). Sum of RGB (Red+Green+Blue) = 205+81+70=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5146 is #32AEB9. Grayscale: #747474. Windows color (decimal): -3321530 or 4608461. OLE color: 4608461.

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

Color convert

RGB2058170-
CMYK00.600.660.20
HSL4.89º57.45%53.92%-
HSV(B)4.89º65.85%80.39%-
XYZ29.2219.317.98-
YUV116.82101.58190.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.58%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=57.58%
G=22.75%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205817000.600.660.204.8957.4553.92
HexCD514603C421453936
Octal3151211060741022457166
Binary11001101101000110001100111100100001010100101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5146; }

 p { color: rgb(205,81,70); }

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

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

 a { background-color: rgb(205,81,70); }

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

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

 span { border-color: rgb(205,81,70); }

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