#CA5F4B

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

Shades of Dark Coral #CA5F4B

Tints of Dark Coral #CA5F4B

Color information

#CA5F4B (or 0xCA5F4B) is unknown color: approx Dark Coral. HEX triplet: CA, 5F and 4B. RGB value is (202,95,75). Sum of RGB (Red+Green+Blue) = 202+95+75=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5F4B is #35A0B4. Grayscale: #7C7C7C. Windows color (decimal): -3514549 or 4939722. OLE color: 4939722.

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

Color convert

RGB2029575-
CMYK00.530.630.21
HSL9.45º54.51%54.31%-
HSV(B)9.45º62.87%79.22%-
XYZ29.7221.259.19-
YUV124.7199.95183.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 95 (37.5% from 255) = 25.54%
BLUE value IS 75 (29.69% from 255) = 20.16%
R=54.30%
G=25.54%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202957500.530.630.219.4554.5154.31
HexCA5F4B0353F1593736
Octal3121371130657725116766
Binary11001010101111110010110110101111111101011001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5F4B; }

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

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

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

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

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

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

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

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