Html Css Color HEX #C85949 Dark Coral

📋 copy color: '#C85949'

red 200 ◦ green 89 ◦ blue 73

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

Shades of Dark Coral #C85949

Tints of Dark Coral #C85949

RGB

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

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

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

R = 55.25%
G = 24.59%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C85949 (or 0xC85949) is known color: Dark Coral. HEX triplet: C8, 59 and 49. RGB value is (200,89,73). Sum of RGB (Red+Green+Blue) = 200+89+73=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C85949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85949 is #37A6B6. Grayscale: #787878. Windows color (decimal): -3647159 or 4807112. OLE color: 4807112.

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

Color convert

RGB 200 89 73 -
CMYK 0 0.56 0.64 0.22
HSL 7.56º 0.54% 0.54% -
HSV(B) 7.56º 0.64% 0.78% -
XYZ 28.59 19.91 8.64 -
YUV 120.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 200 89 73 0 0.56 0.64 0.22 7.56 0.54 0.54
Hex C8 59 49 0 38 40 16 8 36 36
Octal 310 131 111 0 70 100 26 10 66 66
Binary 11001000 1011001 1001001 0 111000 1000000 10110 1000 110110 110110

Color Harmonies of #C85949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85949

Black with #C85949

Text Example


Text Example

White with #C85949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85949; }

 p { color: rgb(200,89,73); }

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

background-color css

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

 a { background-color: rgb(200,89,73); }

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

border-color css

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

 span { border-color: rgb(200,89,73); }

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