Html Css Color HEX #C86E4E Red Damask

📋 copy color: '#C86E4E'

red 200 ◦ green 110 ◦ blue 78

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

Shades of Red Damask #C86E4E

Tints of Red Damask #C86E4E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.35%

 BLUE value IS 78 (30.86% from 255) = 20.1%

R = 51.55%
G = 28.35%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C86E4E (or 0xC86E4E) is known color: Red Damask. HEX triplet: C8, 6E and 4E. RGB value is (200,110,78). Sum of RGB (Red+Green+Blue) = 200+110+78=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86E4E is #3791B1. Grayscale: #858585. Windows color (decimal): -3641778 or 5140168. OLE color: 5140168.

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

Color convert

RGB 200 110 78 -
CMYK 0 0.45 0.61 0.22
HSL 15.74º 0.53% 0.55% -
HSV(B) 15.74º 0.61% 0.78% -
XYZ 30.77 23.98 10.21 -
YUV 133.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 200 110 78 0 0.45 0.61 0.22 15.74 0.53 0.55
Hex C8 6E 4E 0 2D 3D 16 10 35 37
Octal 310 156 116 0 55 75 26 20 65 67
Binary 11001000 1101110 1001110 0 101101 111101 10110 10000 110101 110111

Color Harmonies of #C86E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E4E

Black with #C86E4E

Text Example


Text Example

White with #C86E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E4E; }

 p { color: rgb(200,110,78); }

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

background-color css

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

 a { background-color: rgb(200,110,78); }

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

border-color css

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

 span { border-color: rgb(200,110,78); }

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