#CA5A4B

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

Shades of Dark Coral #CA5A4B

Tints of Dark Coral #CA5A4B

Color information

#CA5A4B (or 0xCA5A4B) is unknown color: approx Dark Coral. HEX triplet: CA, 5A and 4B. RGB value is (202,90,75). Sum of RGB (Red+Green+Blue) = 202+90+75=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5A4B is #35A5B4. Grayscale: #797979. Windows color (decimal): -3515829 or 4938442. OLE color: 4938442.

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

Color convert

RGB2029075-
CMYK00.550.630.21
HSL7.09º54.51%54.31%-
HSV(B)7.09º62.87%79.22%-
XYZ29.2820.389.05-
YUV121.78101.61185.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.04%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 75 (29.69% from 255) = 20.44%
R=55.04%
G=24.52%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202907500.550.630.217.0954.5154.31
HexCA5A4B0373F1573736
Octal312132113067772576766
Binary1100101010110101001011011011111111110101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5A4B; }

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

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

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

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

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

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

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

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