#CA563E

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

Shades of Dark Coral #CA563E

Tints of Dark Coral #CA563E

Color information

#CA563E (or 0xCA563E) is unknown color: approx Dark Coral. HEX triplet: CA, 56 and 3E. RGB value is (202,86,62). Sum of RGB (Red+Green+Blue) = 202+86+62=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA563E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA563E is #35A9C1. Grayscale: #767676. Windows color (decimal): -3516866 or 4085450. OLE color: 4085450.

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

Color convert

RGB2028662-
CMYK00.570.690.21
HSL10.29º56.91%51.76%-
HSV(B)10.29º69.31%79.22%-
XYZ28.5519.566.83-
YUV117.9596.43187.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.71%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 62 (24.61% from 255) = 17.71%
R=57.71%
G=24.57%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202866200.570.690.2110.2956.9151.76
HexCA563E0394515a3934
Octal3121267607110525127164
Binary11001010101011011111001110011000101101011010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA563E; }

 p { color: rgb(202,86,62); }

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

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

 a { background-color: rgb(202,86,62); }

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

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

 span { border-color: rgb(202,86,62); }

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