Html Css Color HEX #CA5448 Dark Coral

📋 copy color: '#CA5448'

red 202 ◦ green 84 ◦ blue 72

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

Shades of Dark Coral #CA5448

Tints of Dark Coral #CA5448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.11%

R = 56.42%
G = 23.46%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA5448 (or 0xCA5448) is known color: Dark Coral. HEX triplet: CA, 54 and 48. RGB value is (202,84,72). Sum of RGB (Red+Green+Blue) = 202+84+72=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5448 is #35ABB7. Grayscale: #767676. Windows color (decimal): -3517368 or 4740298. OLE color: 4740298.

HSL color Cylindrical-coordinate representation of color #CA5448: hue angle of 5.54º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA5448 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 84 72 -
CMYK 0 0.58 0.64 0.21
HSL 5.54º 0.55% 0.54% -
HSV(B) 5.54º 0.64% 0.79% -
XYZ 28.7 19.37 8.36 -
YUV 117.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 202 84 72 0 0.58 0.64 0.21 5.54 0.55 0.54
Hex CA 54 48 0 3A 40 15 6 37 36
Octal 312 124 110 0 72 100 25 6 67 66
Binary 11001010 1010100 1001000 0 111010 1000000 10101 110 110111 110110

Color Harmonies of #CA5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5448

Black with #CA5448

Text Example


Text Example

White with #CA5448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5448; }

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

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

background-color css

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

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

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

border-color css

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

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

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