#CA584A

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

Shades of Dark Coral #CA584A

Tints of Dark Coral #CA584A

Color information

#CA584A (or 0xCA584A) is unknown color: approx Dark Coral. HEX triplet: CA, 58 and 4A. RGB value is (202,88,74). Sum of RGB (Red+Green+Blue) = 202+88+74=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA584A is #35A7B5. Grayscale: #787878. Windows color (decimal): -3516342 or 4872394. OLE color: 4872394.

HSL color Cylindrical-coordinate representation of color #CA584A: hue angle of 6.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA584A is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB2028874-
CMYK00.560.630.21
HSL6.56º54.7%54.12%-
HSV(B)6.56º63.37%79.22%-
XYZ29.0820.038.81-
YUV120.49101.77186.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.49%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 74 (29.30% from 255) = 20.33%
R=55.49%
G=24.18%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202887400.560.630.216.5654.754.12
HexCA584A0383F1573736
Octal312130112070772576766
Binary1100101010110001001010011100011111110101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA584A; }

 p { color: rgb(202,88,74); }

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

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

 a { background-color: rgb(202,88,74); }

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

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

 span { border-color: rgb(202,88,74); }

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