#CD5A48

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

Shades of Dark Coral #CD5A48

Tints of Dark Coral #CD5A48

Color information

#CD5A48 (or 0xCD5A48) is unknown color: approx Dark Coral. HEX triplet: CD, 5A and 48. RGB value is (205,90,72). Sum of RGB (Red+Green+Blue) = 205+90+72=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5A48 is #32A5B7. Grayscale: #7A7A7A. Windows color (decimal): -3319224 or 4741837. OLE color: 4741837.

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

Color convert

RGB2059072-
CMYK00.560.650.20
HSL8.12º57.08%54.31%-
HSV(B)8.12º64.88%80.39%-
XYZ3020.768.56-
YUV122.3399.6186.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.86%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=55.86%
G=24.52%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205907200.560.650.208.1257.0854.31
HexCD5A48038411483936
Octal31513211007010124107166
Binary110011011011010100100001110001000001101001000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5A48; }

 p { color: rgb(205,90,72); }

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

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

 a { background-color: rgb(205,90,72); }

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

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

 span { border-color: rgb(205,90,72); }

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