#CD5D4B

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

Shades of Dark Coral #CD5D4B

Tints of Dark Coral #CD5D4B

Color information

#CD5D4B (or 0xCD5D4B) is unknown color: approx Dark Coral. HEX triplet: CD, 5D and 4B. RGB value is (205,93,75). Sum of RGB (Red+Green+Blue) = 205+93+75=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5D4B is #32A2B4. Grayscale: #7C7C7C. Windows color (decimal): -3318453 or 4939213. OLE color: 4939213.

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

Color convert

RGB2059375-
CMYK00.550.630.20
HSL8.31º56.52%54.9%-
HSV(B)8.31º63.41%80.39%-
XYZ30.3621.329.17-
YUV124.44100.11185.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.96%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=54.96%
G=24.93%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205937500.550.630.208.3156.5254.9
HexCD5D4B0373F1483937
Octal3151351130677724107167
Binary11001101101110110010110110111111111101001000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5D4B; }

 p { color: rgb(205,93,75); }

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

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

 a { background-color: rgb(205,93,75); }

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

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

 span { border-color: rgb(205,93,75); }

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