Html Css Color HEX #C85649 Dark Coral

📋 copy color: '#C85649'

red 200 ◦ green 86 ◦ blue 73

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

Shades of Dark Coral #C85649

Tints of Dark Coral #C85649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.96%

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

R = 55.71%
G = 23.96%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C85649 (or 0xC85649) is known color: Dark Coral. HEX triplet: C8, 56 and 49. RGB value is (200,86,73). Sum of RGB (Red+Green+Blue) = 200+86+73=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C85649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85649 is #37A9B6. Grayscale: #767676. Windows color (decimal): -3647927 or 4806344. OLE color: 4806344.

HSL color Cylindrical-coordinate representation of color #C85649: hue angle of 6.14º 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 #C85649 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 86 73 -
CMYK 0 0.57 0.64 0.22
HSL 6.14º 0.54% 0.54% -
HSV(B) 6.14º 0.64% 0.78% -
XYZ 28.35 19.42 8.56 -
YUV 118.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 200 86 73 0 0.57 0.64 0.22 6.14 0.54 0.54
Hex C8 56 49 0 39 40 16 6 36 36
Octal 310 126 111 0 71 100 26 6 66 66
Binary 11001000 1010110 1001001 0 111001 1000000 10110 110 110110 110110

Color Harmonies of #C85649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85649

Black with #C85649

Text Example


Text Example

White with #C85649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85649; }

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

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

background-color css

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

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

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

border-color css

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

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

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