Html Css Color HEX #CA5947 Dark Coral

📋 copy color: '#CA5947'

red 202 ◦ green 89 ◦ blue 71

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

Shades of Dark Coral #CA5947

Tints of Dark Coral #CA5947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.59%

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

R = 55.8%
G = 24.59%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA5947 (or 0xCA5947) is known color: Dark Coral. HEX triplet: CA, 59 and 47. RGB value is (202,89,71). Sum of RGB (Red+Green+Blue) = 202+89+71=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5947 is #35A6B8. Grayscale: #787878. Windows color (decimal): -3516089 or 4676042. OLE color: 4676042.

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

Color convert

RGB 202 89 71 -
CMYK 0 0.56 0.65 0.21
HSL 8.24º 0.55% 0.54% -
HSV(B) 8.24º 0.65% 0.79% -
XYZ 29.07 20.16 8.32 -
YUV 120.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 202 89 71 0 0.56 0.65 0.21 8.24 0.55 0.54
Hex CA 59 47 0 38 41 15 8 37 36
Octal 312 131 107 0 70 101 25 10 67 66
Binary 11001010 1011001 1000111 0 111000 1000001 10101 1000 110111 110110

Color Harmonies of #CA5947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5947

Black with #CA5947

Text Example


Text Example

White with #CA5947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5947; }

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

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

background-color css

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

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

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

border-color css

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

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

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