#CA5943

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

Shades of Dark Coral #CA5943

Tints of Dark Coral #CA5943

Color information

#CA5943 (or 0xCA5943) is unknown color: approx Dark Coral. HEX triplet: CA, 59 and 43. RGB value is (202,89,67). Sum of RGB (Red+Green+Blue) = 202+89+67=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5943 is #35A6BC. Grayscale: #787878. Windows color (decimal): -3516093 or 4413898. OLE color: 4413898.

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

Color convert

RGB2028967-
CMYK00.560.670.21
HSL9.78º56.02%52.75%-
HSV(B)9.78º66.83%79.22%-
XYZ28.9420.117.67-
YUV120.2897.94186.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.42%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 67 (26.56% from 255) = 18.72%
R=56.42%
G=24.86%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202896700.560.670.219.7856.0252.75
HexCA59430384315a3835
Octal31213110307010325127065
Binary110010101011001100001101110001000011101011010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5943; }

 p { color: rgb(202,89,67); }

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

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

 a { background-color: rgb(202,89,67); }

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

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

 span { border-color: rgb(202,89,67); }

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