Html Css Color HEX #CA5649 Dark Coral

📋 copy color: '#CA5649'

red 202 ◦ green 86 ◦ blue 73

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

Shades of Dark Coral #CA5649

Tints of Dark Coral #CA5649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.82%

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

R = 55.96%
G = 23.82%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA5649 (or 0xCA5649) is known color: Dark Coral. HEX triplet: CA, 56 and 49. RGB value is (202,86,73). Sum of RGB (Red+Green+Blue) = 202+86+73=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5649 is #35A9B6. Grayscale: #777777. Windows color (decimal): -3516855 or 4806346. OLE color: 4806346.

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

Color convert

RGB 202 86 73 -
CMYK 0 0.57 0.64 0.21
HSL 6.05º 0.55% 0.54% -
HSV(B) 6.05º 0.64% 0.79% -
XYZ 28.89 19.69 8.58 -
YUV 119.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 202 86 73 0 0.57 0.64 0.21 6.05 0.55 0.54
Hex CA 56 49 0 39 40 15 6 37 36
Octal 312 126 111 0 71 100 25 6 67 66
Binary 11001010 1010110 1001001 0 111001 1000000 10101 110 110111 110110

Color Harmonies of #CA5649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5649

Black with #CA5649

Text Example


Text Example

White with #CA5649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5649; }

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

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

background-color css

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

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

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

border-color css

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

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

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