Html Css Color HEX #C85547 Dark Coral

📋 copy color: '#C85547'

red 200 ◦ green 85 ◦ blue 71

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

Shades of Dark Coral #C85547

Tints of Dark Coral #C85547

RGB

 RED value IS 200 (78.52% from 255) = 56.18%

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

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

R = 56.18%
G = 23.88%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C85547 (or 0xC85547) is known color: Dark Coral. HEX triplet: C8, 55 and 47. RGB value is (200,85,71). Sum of RGB (Red+Green+Blue) = 200+85+71=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C85547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85547 is #37AAB8. Grayscale: #757575. Windows color (decimal): -3648185 or 4675016. OLE color: 4675016.

HSL color Cylindrical-coordinate representation of color #C85547: hue angle of 6.51º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C85547 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 71 -
CMYK 0 0.58 0.64 0.22
HSL 6.51º 0.54% 0.53% -
HSV(B) 6.51º 0.65% 0.78% -
XYZ 28.21 19.23 8.19 -
YUV 117.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 200 85 71 0 0.58 0.64 0.22 6.51 0.54 0.53
Hex C8 55 47 0 3A 40 16 7 36 35
Octal 310 125 107 0 72 100 26 7 66 65
Binary 11001000 1010101 1000111 0 111010 1000000 10110 111 110110 110101

Color Harmonies of #C85547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85547

Black with #C85547

Text Example


Text Example

White with #C85547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85547; }

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

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

background-color css

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

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

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

border-color css

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

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

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