Html Css Color HEX #CA5443 Dark Coral

📋 copy color: '#CA5443'

red 202 ◦ green 84 ◦ blue 67

#CA5443
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #CA5443

Tints of Dark Coral #CA5443

RGB

 RED value IS 202 (79.3% from 255) = 57.22%

 GREEN value IS 84 (33.2% from 255) = 23.8%

 BLUE value IS 67 (26.56% from 255) = 18.98%

R = 57.22%
G = 23.8%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA5443 (or 0xCA5443) is known color: Dark Coral. HEX triplet: CA, 54 and 43. RGB value is (202,84,67). Sum of RGB (Red+Green+Blue) = 202+84+67=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5443 is #35ABBC. Grayscale: #757575. Windows color (decimal): -3517373 or 4412618. OLE color: 4412618.

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

Color convert

RGB 202 84 67 -
CMYK 0 0.58 0.67 0.21
HSL 7.56º 0.56% 0.53% -
HSV(B) 7.56º 0.67% 0.79% -
XYZ 28.54 19.3 7.53 -
YUV 117.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 202 84 67 0 0.58 0.67 0.21 7.56 0.56 0.53
Hex CA 54 43 0 3A 43 15 8 38 35
Octal 312 124 103 0 72 103 25 10 70 65
Binary 11001010 1010100 1000011 0 111010 1000011 10101 1000 111000 110101

Color Harmonies of #CA5443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5443

Black with #CA5443

Text Example


Text Example

White with #CA5443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5443; }

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

 H1.HeaderClassName
 {
   color: #CA5443;
 }
 .AnyTagClassName
 {
   color: #CA5443;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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