Html Css Color HEX #C86D4E Red Damask

📋 copy color: '#C86D4E'

red 200 ◦ green 109 ◦ blue 78

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

Shades of Red Damask #C86D4E

Tints of Red Damask #C86D4E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.17%

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

R = 51.68%
G = 28.17%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C86D4E (or 0xC86D4E) is known color: Red Damask. HEX triplet: C8, 6D and 4E. RGB value is (200,109,78). Sum of RGB (Red+Green+Blue) = 200+109+78=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D4E is #3792B1. Grayscale: #848484. Windows color (decimal): -3642034 or 5139912. OLE color: 5139912.

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

Color convert

RGB 200 109 78 -
CMYK 0 0.46 0.61 0.22
HSL 15.25º 0.53% 0.55% -
HSV(B) 15.25º 0.61% 0.78% -
XYZ 30.66 23.77 10.18 -
YUV 132.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 200 109 78 0 0.46 0.61 0.22 15.25 0.53 0.55
Hex C8 6D 4E 0 2E 3D 16 F 35 37
Octal 310 155 116 0 56 75 26 17 65 67
Binary 11001000 1101101 1001110 0 101110 111101 10110 1111 110101 110111

Color Harmonies of #C86D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D4E

Black with #C86D4E

Text Example


Text Example

White with #C86D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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