Html Css Color HEX #CA5547 Dark Coral

📋 copy color: '#CA5547'

red 202 ◦ green 85 ◦ blue 71

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

Shades of Dark Coral #CA5547

Tints of Dark Coral #CA5547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.74%

 BLUE value IS 71 (28.13% from 255) = 19.83%

R = 56.42%
G = 23.74%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA5547 (or 0xCA5547) is known color: Dark Coral. HEX triplet: CA, 55 and 47. RGB value is (202,85,71). Sum of RGB (Red+Green+Blue) = 202+85+71=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5547 is #35AAB8. Grayscale: #767676. Windows color (decimal): -3517113 or 4675018. OLE color: 4675018.

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

Color convert

RGB 202 85 71 -
CMYK 0 0.58 0.65 0.21
HSL 6.41º 0.55% 0.54% -
HSV(B) 6.41º 0.65% 0.79% -
XYZ 28.74 19.51 8.21 -
YUV 118.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 202 85 71 0 0.58 0.65 0.21 6.41 0.55 0.54
Hex CA 55 47 0 3A 41 15 6 37 36
Octal 312 125 107 0 72 101 25 6 67 66
Binary 11001010 1010101 1000111 0 111010 1000001 10101 110 110111 110110

Color Harmonies of #CA5547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5547

Black with #CA5547

Text Example


Text Example

White with #CA5547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5547; }

 p { color: rgb(202,85,71); }

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

background-color css

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

 a { background-color: rgb(202,85,71); }

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

border-color css

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

 span { border-color: rgb(202,85,71); }

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