#CD5B45

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

Shades of Dark Coral #CD5B45

Tints of Dark Coral #CD5B45

Color information

#CD5B45 (or 0xCD5B45) is unknown color: approx Dark Coral. HEX triplet: CD, 5B and 45. RGB value is (205,91,69). Sum of RGB (Red+Green+Blue) = 205+91+69=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5B45 is #32A4BA. Grayscale: #7A7A7A. Windows color (decimal): -3318971 or 4545485. OLE color: 4545485.

HSL color Cylindrical-coordinate representation of color #CD5B45: hue angle of 9.71º degrees, saturation: 0.58, 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 #CD5B45 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB2059169-
CMYK00.560.660.20
HSL9.71º57.63%53.73%-
HSV(B)9.71º66.34%80.39%-
XYZ29.9920.898.08-
YUV122.5897.77186.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.16%
GREEN value IS 91 (35.94% from 255) = 24.93%
BLUE value IS 69 (27.34% from 255) = 18.90%
R=56.16%
G=24.93%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205916900.560.660.209.7157.6353.73
HexCD5B450384214a3a36
Octal31513310507010224127266
Binary110011011011011100010101110001000010101001010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5B45; }

 p { color: rgb(205,91,69); }

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

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

 a { background-color: rgb(205,91,69); }

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

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

 span { border-color: rgb(205,91,69); }

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