#CA5A43

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

Shades of Dark Coral #CA5A43

Tints of Dark Coral #CA5A43

Color information

#CA5A43 (or 0xCA5A43) is unknown color: approx Dark Coral. HEX triplet: CA, 5A and 43. RGB value is (202,90,67). Sum of RGB (Red+Green+Blue) = 202+90+67=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5A43 is #35A5BC. Grayscale: #797979. Windows color (decimal): -3515837 or 4414154. OLE color: 4414154.

HSL color Cylindrical-coordinate representation of color #CA5A43: hue angle of 10.22º 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 #CA5A43 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB2029067-
CMYK00.550.670.21
HSL10.22º56.02%52.75%-
HSV(B)10.22º66.83%79.22%-
XYZ29.0320.277.69-
YUV120.8797.61185.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.27%
GREEN value IS 90 (35.55% from 255) = 25.07%
BLUE value IS 67 (26.56% from 255) = 18.66%
R=56.27%
G=25.07%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202906700.550.670.2110.2256.0252.75
HexCA5A430374315a3835
Octal31213210306710325127065
Binary110010101011010100001101101111000011101011010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5A43; }

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

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

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

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

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

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

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

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