#CA4F40

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

Shades of Dark Coral #CA4F40

Tints of Dark Coral #CA4F40

Color information

#CA4F40 (or 0xCA4F40) is unknown color: approx Dark Coral. HEX triplet: CA, 4F and 40. RGB value is (202,79,64). Sum of RGB (Red+Green+Blue) = 202+79+64=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4F40 is #35B0BF. Grayscale: #727272. Windows color (decimal): -3518656 or 4214730. OLE color: 4214730.

HSL color Cylindrical-coordinate representation of color #CA4F40: hue angle of 6.52º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4F40 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB2027964-
CMYK00.610.680.21
HSL6.52º56.56%52.16%-
HSV(B)6.52º68.32%79.22%-
XYZ28.0818.526.95-
YUV114.0799.75190.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.55%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 64 (25.39% from 255) = 18.55%
R=58.55%
G=22.90%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202796400.610.680.216.5256.5652.16
HexCA4F4003D441573934
Octal3121171000751042577164
Binary11001010100111110000000111101100010010101111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4F40; }

 p { color: rgb(202,79,64); }

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

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

 a { background-color: rgb(202,79,64); }

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

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

 span { border-color: rgb(202,79,64); }

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