#CD5142

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

Shades of Dark Coral #CD5142

Tints of Dark Coral #CD5142

Color information

#CD5142 (or 0xCD5142) is unknown color: approx Dark Coral. HEX triplet: CD, 51 and 42. RGB value is (205,81,66). Sum of RGB (Red+Green+Blue) = 205+81+66=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5142 is #32AEBD. Grayscale: #747474. Windows color (decimal): -3321534 or 4346317. OLE color: 4346317.

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

Color convert

RGB2058166-
CMYK00.600.680.20
HSL6.47º58.16%53.14%-
HSV(B)6.47º67.8%80.39%-
XYZ29.119.267.34-
YUV116.3799.58191.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.24%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 66 (26.17% from 255) = 18.75%
R=58.24%
G=23.01%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205816600.600.680.206.4758.1653.14
HexCD514203C441463a35
Octal3151211020741042467265
Binary11001101101000110000100111100100010010100110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5142; }

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

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

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

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

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

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

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

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