#CD503E

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

Shades of Dark Coral #CD503E

Tints of Dark Coral #CD503E

Color information

#CD503E (or 0xCD503E) is unknown color: approx Dark Coral. HEX triplet: CD, 50 and 3E. RGB value is (205,80,62). Sum of RGB (Red+Green+Blue) = 205+80+62=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD503E is #32AFC1. Grayscale: #737373. Windows color (decimal): -3321794 or 4083917. OLE color: 4083917.

HSL color Cylindrical-coordinate representation of color #CD503E: hue angle of 7.55º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD503E is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB2058062-
CMYK00.610.700.20
HSL7.55º58.85%52.35%-
HSV(B)7.55º69.76%80.39%-
XYZ28.9219.066.71-
YUV115.3297.91191.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.08%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 62 (24.61% from 255) = 17.87%
R=59.08%
G=23.05%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205806200.610.700.207.5558.8552.35
HexCD503E03D461483b34
Octal3151207607510624107364
Binary11001101101000011111001111011000110101001000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD503E; }

 p { color: rgb(205,80,62); }

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

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

 a { background-color: rgb(205,80,62); }

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

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

 span { border-color: rgb(205,80,62); }

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