Html Css Color HEX #CA5C49 Dark Coral

📋 copy color: '#CA5C49'

red 202 ◦ green 92 ◦ blue 73

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

Shades of Dark Coral #CA5C49

Tints of Dark Coral #CA5C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.07%

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

R = 55.04%
G = 25.07%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA5C49 (or 0xCA5C49) is known color: Dark Coral. HEX triplet: CA, 5C and 49. RGB value is (202,92,73). Sum of RGB (Red+Green+Blue) = 202+92+73=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5C49 is #35A3B6. Grayscale: #7A7A7A. Windows color (decimal): -3515319 or 4807882. OLE color: 4807882.

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

Color convert

RGB 202 92 73 -
CMYK 0 0.54 0.64 0.21
HSL 8.84º 0.55% 0.54% -
HSV(B) 8.84º 0.64% 0.79% -
XYZ 29.39 20.69 8.75 -
YUV 122.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 202 92 73 0 0.54 0.64 0.21 8.84 0.55 0.54
Hex CA 5C 49 0 36 40 15 9 37 36
Octal 312 134 111 0 66 100 25 11 67 66
Binary 11001010 1011100 1001001 0 110110 1000000 10101 1001 110111 110110

Color Harmonies of #CA5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5C49

Black with #CA5C49

Text Example


Text Example

White with #CA5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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