#C86B4E

Color #C86B4E Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C86B4E

Tints of Red Damask #C86B4E

Color information

#C86B4E (or 0xC86B4E) is unknown color: approx Red Damask. HEX triplet: C8, 6B and 4E. RGB value is (200,107,78). Sum of RGB (Red+Green+Blue) = 200+107+78=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86B4E is #3794B1. Grayscale: #838383. Windows color (decimal): -3642546 or 5139400. OLE color: 5139400.

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

Color convert

RGB20010778-
CMYK00.460.610.22
HSL14.26º52.59%54.51%-
HSV(B)14.26º61%78.43%-
XYZ30.4523.3410.11-
YUV131.597.81176.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.95%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=51.95%
G=27.79%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001077800.460.610.2214.2652.5954.51
HexC86B4E02E3D16e3537
Octal3101531160567526166567
Binary11001000110101110011100101110111101101101110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86B4E; }

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

 H1.HeaderClassName
 {
   color: #C86B4E;
 }
 .AnyTagClassName
 {
   color: #C86B4E;
 }
</style>
background-color css

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

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

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

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

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

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