#CA5C46

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

Shades of Dark Coral #CA5C46

Tints of Dark Coral #CA5C46

Color information

#CA5C46 (or 0xCA5C46) is unknown color: approx Dark Coral. HEX triplet: CA, 5C and 46. RGB value is (202,92,70). Sum of RGB (Red+Green+Blue) = 202+92+70=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5C46 is #35A3B9. Grayscale: #7A7A7A. Windows color (decimal): -3515322 or 4611274. OLE color: 4611274.

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

Color convert

RGB2029270-
CMYK00.540.650.21
HSL10º55.46%53.33%-
HSV(B)10º65.35%79.22%-
XYZ29.2920.658.24-
YUV122.3898.44184.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.49%
GREEN value IS 92 (36.33% from 255) = 25.27%
BLUE value IS 70 (27.73% from 255) = 19.23%
R=55.49%
G=25.27%
B=19.23%

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
Decimal202927000.540.650.211055.4653.33
HexCA5C460364115a3735
Octal31213410606610125126765
Binary110010101011100100011001101101000001101011010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5C46; }

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

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

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

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

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

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

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

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