Html Css Color HEX #CA5E49 Dark Coral

📋 copy color: '#CA5E49'

red 202 ◦ green 94 ◦ blue 73

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

Shades of Dark Coral #CA5E49

Tints of Dark Coral #CA5E49

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.47%

 BLUE value IS 73 (28.91% from 255) = 19.78%

R = 54.74%
G = 25.47%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA5E49 (or 0xCA5E49) is known color: Dark Coral. HEX triplet: CA, 5E and 49. RGB value is (202,94,73). Sum of RGB (Red+Green+Blue) = 202+94+73=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E49 is #35A1B6. Grayscale: #7C7C7C. Windows color (decimal): -3514807 or 4808394. OLE color: 4808394.

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

Color convert

RGB 202 94 73 -
CMYK 0 0.53 0.64 0.21
HSL 9.77º 0.55% 0.54% -
HSV(B) 9.77º 0.64% 0.79% -
XYZ 29.56 21.04 8.81 -
YUV 123.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 202 94 73 0 0.53 0.64 0.21 9.77 0.55 0.54
Hex CA 5E 49 0 35 40 15 A 37 36
Octal 312 136 111 0 65 100 25 12 67 66
Binary 11001010 1011110 1001001 0 110101 1000000 10101 1010 110111 110110

Color Harmonies of #CA5E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E49

Black with #CA5E49

Text Example


Text Example

White with #CA5E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E49; }

 p { color: rgb(202,94,73); }

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

background-color css

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

 a { background-color: rgb(202,94,73); }

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

border-color css

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

 span { border-color: rgb(202,94,73); }

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