#CA5243

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

Shades of Dark Coral #CA5243

Tints of Dark Coral #CA5243

Color information

#CA5243 (or 0xCA5243) is unknown color: approx Dark Coral. HEX triplet: CA, 52 and 43. RGB value is (202,82,67). Sum of RGB (Red+Green+Blue) = 202+82+67=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5243 is #35ADBC. Grayscale: #747474. Windows color (decimal): -3517885 or 4412106. OLE color: 4412106.

HSL color Cylindrical-coordinate representation of color #CA5243: hue angle of 6.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA5243 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB2028267-
CMYK00.590.670.21
HSL6.67º56.02%52.75%-
HSV(B)6.67º66.83%79.22%-
XYZ28.39197.48-
YUV116.17100.26189.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 67 (26.56% from 255) = 19.09%
R=57.55%
G=23.36%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202826700.590.670.216.6756.0252.75
HexCA524303B431573835
Octal3121221030731032577065
Binary11001010101001010000110111011100001110101111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5243; }

 p { color: rgb(202,82,67); }

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

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

 a { background-color: rgb(202,82,67); }

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

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

 span { border-color: rgb(202,82,67); }

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