Html Css Color HEX #C85F49 Dark Coral

📋 copy color: '#C85F49'

red 200 ◦ green 95 ◦ blue 73

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

Shades of Dark Coral #C85F49

Tints of Dark Coral #C85F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.82%

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

R = 54.35%
G = 25.82%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C85F49 (or 0xC85F49) is known color: Dark Coral. HEX triplet: C8, 5F and 49. RGB value is (200,95,73). Sum of RGB (Red+Green+Blue) = 200+95+73=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85F49 is #37A0B6. Grayscale: #7C7C7C. Windows color (decimal): -3645623 or 4808648. OLE color: 4808648.

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

Color convert

RGB 200 95 73 -
CMYK 0 0.52 0.64 0.22
HSL 10.39º 0.54% 0.54% -
HSV(B) 10.39º 0.64% 0.78% -
XYZ 29.11 20.94 8.81 -
YUV 123.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 200 95 73 0 0.52 0.64 0.22 10.39 0.54 0.54
Hex C8 5F 49 0 34 40 16 A 36 36
Octal 310 137 111 0 64 100 26 12 66 66
Binary 11001000 1011111 1001001 0 110100 1000000 10110 1010 110110 110110

Color Harmonies of #C85F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F49

Black with #C85F49

Text Example


Text Example

White with #C85F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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