Html Css Color HEX #CA5447 Dark Coral

📋 copy color: '#CA5447'

red 202 ◦ green 84 ◦ blue 71

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

Shades of Dark Coral #CA5447

Tints of Dark Coral #CA5447

RGB

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

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

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

R = 56.58%
G = 23.53%
B = 19.89%

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

#CA5447 (or 0xCA5447) is known color: Dark Coral. HEX triplet: CA, 54 and 47. RGB value is (202,84,71). Sum of RGB (Red+Green+Blue) = 202+84+71=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5447 is #35ABB8. Grayscale: #757575. Windows color (decimal): -3517369 or 4674762. OLE color: 4674762.

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

Color convert

RGB 202 84 71 -
CMYK 0 0.58 0.65 0.21
HSL 5.95º 0.55% 0.54% -
HSV(B) 5.95º 0.65% 0.79% -
XYZ 28.66 19.35 8.19 -
YUV 117.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 202 84 71 0 0.58 0.65 0.21 5.95 0.55 0.54
Hex CA 54 47 0 3A 41 15 6 37 36
Octal 312 124 107 0 72 101 25 6 67 66
Binary 11001010 1010100 1000111 0 111010 1000001 10101 110 110111 110110

Color Harmonies of #CA5447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5447

Black with #CA5447

Text Example


Text Example

White with #CA5447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5447; }

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

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

background-color css

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

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

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

border-color css

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

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

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