#CA543D

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

Shades of Dark Coral #CA543D

Tints of Dark Coral #CA543D

Color information

#CA543D (or 0xCA543D) is unknown color: approx Dark Coral. HEX triplet: CA, 54 and 3D. RGB value is (202,84,61). Sum of RGB (Red+Green+Blue) = 202+84+61=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA543D is #35ABC2. Grayscale: #747474. Windows color (decimal): -3517379 or 4019402. OLE color: 4019402.

HSL color Cylindrical-coordinate representation of color #CA543D: hue angle of 9.79º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA543D is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB2028461-
CMYK00.580.700.21
HSL9.79º57.09%51.57%-
HSV(B)9.79º69.8%79.22%-
XYZ28.3719.236.63-
YUV116.6696.59188.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.21%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=58.21%
G=24.21%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202846100.580.700.219.7957.0951.57
HexCA543D03A4615a3934
Octal3121247507210625127164
Binary11001010101010011110101110101000110101011010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA543D; }

 p { color: rgb(202,84,61); }

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

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

 a { background-color: rgb(202,84,61); }

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

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

 span { border-color: rgb(202,84,61); }

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