#CA5345

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

Shades of Dark Coral #CA5345

Tints of Dark Coral #CA5345

Color information

#CA5345 (or 0xCA5345) is unknown color: approx Dark Coral. HEX triplet: CA, 53 and 45. RGB value is (202,83,69). Sum of RGB (Red+Green+Blue) = 202+83+69=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5345 is #35ACBA. Grayscale: #757575. Windows color (decimal): -3517627 or 4543434. OLE color: 4543434.

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

Color convert

RGB2028369-
CMYK00.590.660.21
HSL6.32º55.65%53.14%-
HSV(B)6.32º65.84%79.22%-
XYZ28.5219.177.83-
YUV116.98100.92188.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.06%
GREEN value IS 83 (32.81% from 255) = 23.45%
BLUE value IS 69 (27.34% from 255) = 19.49%
R=57.06%
G=23.45%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202836900.590.660.216.3255.6553.14
HexCA534503B421563835
Octal3121231050731022567065
Binary11001010101001110001010111011100001010101110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5345; }

 p { color: rgb(202,83,69); }

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

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

 a { background-color: rgb(202,83,69); }

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

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

 span { border-color: rgb(202,83,69); }

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