Html Css Color HEX #CA5444 Dark Coral

📋 copy color: '#CA5444'

red 202 ◦ green 84 ◦ blue 68

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

Shades of Dark Coral #CA5444

Tints of Dark Coral #CA5444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.21%

R = 57.06%
G = 23.73%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA5444 (or 0xCA5444) is known color: Dark Coral. HEX triplet: CA, 54 and 44. RGB value is (202,84,68). Sum of RGB (Red+Green+Blue) = 202+84+68=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5444 is #35ABBB. Grayscale: #757575. Windows color (decimal): -3517372 or 4478154. OLE color: 4478154.

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

Color convert

RGB 202 84 68 -
CMYK 0 0.58 0.66 0.21
HSL 7.16º 0.56% 0.53% -
HSV(B) 7.16º 0.66% 0.79% -
XYZ 28.57 19.31 7.69 -
YUV 117.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 202 84 68 0 0.58 0.66 0.21 7.16 0.56 0.53
Hex CA 54 44 0 3A 42 15 7 38 35
Octal 312 124 104 0 72 102 25 7 70 65
Binary 11001010 1010100 1000100 0 111010 1000010 10101 111 111000 110101

Color Harmonies of #CA5444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5444

Black with #CA5444

Text Example


Text Example

White with #CA5444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5444; }

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

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

background-color css

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

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

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

border-color css

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

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

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