#CA5D46

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

Shades of Dark Coral #CA5D46

Tints of Dark Coral #CA5D46

Color information

#CA5D46 (or 0xCA5D46) is unknown color: approx Dark Coral. HEX triplet: CA, 5D and 46. RGB value is (202,93,70). Sum of RGB (Red+Green+Blue) = 202+93+70=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5D46 is #35A2B9. Grayscale: #7B7B7B. Windows color (decimal): -3515066 or 4611530. OLE color: 4611530.

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

Color convert

RGB2029370-
CMYK00.540.650.21
HSL10.45º55.46%53.33%-
HSV(B)10.45º65.35%79.22%-
XYZ29.3820.838.27-
YUV122.9798.11184.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.34%
GREEN value IS 93 (36.72% from 255) = 25.48%
BLUE value IS 70 (27.73% from 255) = 19.18%
R=55.34%
G=25.48%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202937000.540.650.2110.4555.4653.33
HexCA5D460364115a3735
Octal31213510606610125126765
Binary110010101011101100011001101101000001101011010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5D46; }

 p { color: rgb(202,93,70); }

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

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

 a { background-color: rgb(202,93,70); }

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

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

 span { border-color: rgb(202,93,70); }

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