#CD5B49

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

Shades of Dark Coral #CD5B49

Tints of Dark Coral #CD5B49

Color information

#CD5B49 (or 0xCD5B49) is unknown color: approx Dark Coral. HEX triplet: CD, 5B and 49. RGB value is (205,91,73). Sum of RGB (Red+Green+Blue) = 205+91+73=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5B49 is #32A4B6. Grayscale: #7B7B7B. Windows color (decimal): -3318967 or 4807629. OLE color: 4807629.

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

Color convert

RGB2059173-
CMYK00.560.640.20
HSL8.18º56.9%54.51%-
HSV(B)8.18º64.39%80.39%-
XYZ30.1220.948.76-
YUV123.0399.77186.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.56%
GREEN value IS 91 (35.94% from 255) = 24.66%
BLUE value IS 73 (28.91% from 255) = 19.78%
R=55.56%
G=24.66%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205917300.560.640.208.1856.954.51
HexCD5B49038401483937
Octal31513311107010024107167
Binary110011011011011100100101110001000000101001000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5B49; }

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

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

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

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

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

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

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

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