#CA5B4A

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

Shades of Dark Coral #CA5B4A

Tints of Dark Coral #CA5B4A

Color information

#CA5B4A (or 0xCA5B4A) is unknown color: approx Dark Coral. HEX triplet: CA, 5B and 4A. RGB value is (202,91,74). Sum of RGB (Red+Green+Blue) = 202+91+74=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5B4A is #35A4B5. Grayscale: #7A7A7A. Windows color (decimal): -3515574 or 4873162. OLE color: 4873162.

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

Color convert

RGB2029174-
CMYK00.550.630.21
HSL7.97º54.7%54.12%-
HSV(B)7.97º63.37%79.22%-
XYZ29.3320.538.9-
YUV122.25100.77184.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.04%
GREEN value IS 91 (35.94% from 255) = 24.80%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=55.04%
G=24.80%
B=20.16%

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
Decimal202917400.550.630.217.9754.754.12
HexCA5B4A0373F1583736
Octal3121331120677725106766
Binary11001010101101110010100110111111111101011000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5B4A; }

 p { color: rgb(202,91,74); }

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

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

 a { background-color: rgb(202,91,74); }

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

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

 span { border-color: rgb(202,91,74); }

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