Html Css Color HEX #C86149 Dark Coral

📋 copy color: '#C86149'

red 200 ◦ green 97 ◦ blue 73

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

Shades of Dark Coral #C86149

Tints of Dark Coral #C86149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.22%

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

R = 54.05%
G = 26.22%
B = 19.73%

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

#C86149 (or 0xC86149) is known color: Dark Coral. HEX triplet: C8, 61 and 49. RGB value is (200,97,73). Sum of RGB (Red+Green+Blue) = 200+97+73=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C86149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86149 is #379EB6. Grayscale: #7D7D7D. Windows color (decimal): -3645111 or 4809160. OLE color: 4809160.

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

Color convert

RGB 200 97 73 -
CMYK 0 0.52 0.64 0.22
HSL 11.34º 0.54% 0.54% -
HSV(B) 11.34º 0.64% 0.78% -
XYZ 29.3 21.31 8.87 -
YUV 125.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 200 97 73 0 0.52 0.64 0.22 11.34 0.54 0.54
Hex C8 61 49 0 34 40 16 B 36 36
Octal 310 141 111 0 64 100 26 13 66 66
Binary 11001000 1100001 1001001 0 110100 1000000 10110 1011 110110 110110

Color Harmonies of #C86149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86149

Black with #C86149

Text Example


Text Example

White with #C86149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86149; }

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

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

background-color css

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

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

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

border-color css

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

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

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