Html Css Color HEX #C86249 Dark Coral

📋 copy color: '#C86249'

red 200 ◦ green 98 ◦ blue 73

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

Shades of Dark Coral #C86249

Tints of Dark Coral #C86249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

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

R = 53.91%
G = 26.42%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C86249 (or 0xC86249) is known color: Dark Coral. HEX triplet: C8, 62 and 49. RGB value is (200,98,73). Sum of RGB (Red+Green+Blue) = 200+98+73=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C86249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86249 is #379DB6. Grayscale: #7D7D7D. Windows color (decimal): -3644855 or 4809416. OLE color: 4809416.

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

Color convert

RGB 200 98 73 -
CMYK 0 0.51 0.64 0.22
HSL 11.81º 0.54% 0.54% -
HSV(B) 11.81º 0.64% 0.78% -
XYZ 29.39 21.5 8.9 -
YUV 125.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 200 98 73 0 0.51 0.64 0.22 11.81 0.54 0.54
Hex C8 62 49 0 33 40 16 C 36 36
Octal 310 142 111 0 63 100 26 14 66 66
Binary 11001000 1100010 1001001 0 110011 1000000 10110 1100 110110 110110

Color Harmonies of #C86249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86249

Black with #C86249

Text Example


Text Example

White with #C86249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86249; }

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

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

background-color css

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

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

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

border-color css

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

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

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