#CD553D

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

Shades of Dark Coral #CD553D

Tints of Dark Coral #CD553D

Color information

#CD553D (or 0xCD553D) is unknown color: approx Dark Coral. HEX triplet: CD, 55 and 3D. RGB value is (205,85,61). Sum of RGB (Red+Green+Blue) = 205+85+61=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD553D is #32AAC2. Grayscale: #767676. Windows color (decimal): -3320515 or 4019661. OLE color: 4019661.

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

Color convert

RGB2058561-
CMYK00.590.700.20
HSL10º59.02%52.16%-
HSV(B)10º70.24%80.39%-
XYZ29.2719.816.7-
YUV118.1495.76189.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.40%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 61 (24.22% from 255) = 17.38%
R=58.40%
G=24.22%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205856100.590.700.201059.0252.16
HexCD553D03B4614a3b34
Octal3151257507310624127364
Binary11001101101010111110101110111000110101001010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD553D; }

 p { color: rgb(205,85,61); }

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

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

 a { background-color: rgb(205,85,61); }

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

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

 span { border-color: rgb(205,85,61); }

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