#ca5e40

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

Shades of Dark Coral #CA5E40

Tints of Dark Coral #CA5E40

Color information

#CA5E40 (or 0xCA5E40) is unknown color: approx Dark Coral. HEX triplet: CA, 5E and 40. RGB value is (202,94,64). Sum of RGB (Red+Green+Blue) = 202+94+64=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E40 is #35A1BF. Grayscale: #7B7B7B. Windows color (decimal): -3514816 or 4218570. OLE color: 4218570.

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

Color convert

RGB2029464-
CMYK00.530.680.21
HSL13.04º56.56%52.16%-
HSV(B)13.04º68.32%79.22%-
XYZ29.2920.937.35-
YUV122.8794.78184.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.11%
GREEN value IS 94 (37.11% from 255) = 26.11%
BLUE value IS 64 (25.39% from 255) = 17.78%
R=56.11%
G=26.11%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202946400.530.680.2113.0456.5652.16
HexCA5E400354415d3934
Octal31213610006510425157164
Binary110010101011110100000001101011000100101011101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca5e40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca5e40; }

 p { color: rgb(202,94,64); }

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

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

 a { background-color: rgb(202,94,64); }

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

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

 span { border-color: rgb(202,94,64); }

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