Html Css Color HEX #C86148 Dark Coral

📋 copy color: '#C86148'

red 200 ◦ green 97 ◦ blue 72

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

Shades of Dark Coral #C86148

Tints of Dark Coral #C86148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 54.2%
G = 26.29%
B = 19.51%

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

#C86148 (or 0xC86148) is known color: Dark Coral. HEX triplet: C8, 61 and 48. RGB value is (200,97,72). Sum of RGB (Red+Green+Blue) = 200+97+72=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C86148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86148 is #379EB7. Grayscale: #7D7D7D. Windows color (decimal): -3645112 or 4743624. OLE color: 4743624.

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

Color convert

RGB 200 97 72 -
CMYK 0 0.52 0.64 0.22
HSL 11.72º 0.54% 0.53% -
HSV(B) 11.72º 0.64% 0.78% -
XYZ 29.26 21.3 8.7 -
YUV 124.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 200 97 72 0 0.52 0.64 0.22 11.72 0.54 0.53
Hex C8 61 48 0 34 40 16 C 36 35
Octal 310 141 110 0 64 100 26 14 66 65
Binary 11001000 1100001 1001000 0 110100 1000000 10110 1100 110110 110101

Color Harmonies of #C86148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86148

Black with #C86148

Text Example


Text Example

White with #C86148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86148; }

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

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

background-color css

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

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

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

border-color css

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

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

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