#c86a4f

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

Shades of Red Damask #C86A4F

Tints of Red Damask #C86A4F

Color information

#C86A4F (or 0xC86A4F) is unknown color: approx Red Damask. HEX triplet: C8, 6A and 4F. RGB value is (200,106,79). Sum of RGB (Red+Green+Blue) = 200+106+79=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A4F is #3795B0. Grayscale: #838383. Windows color (decimal): -3642801 or 5204680. OLE color: 5204680.

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

Color convert

RGB20010679-
CMYK00.470.600.22
HSL13.39º52.38%54.71%-
HSV(B)13.39º60.5%78.43%-
XYZ30.3823.1510.26-
YUV131.0398.64177.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.95%
GREEN value IS 106 (41.80% from 255) = 27.53%
BLUE value IS 79 (31.25% from 255) = 20.52%
R=51.95%
G=27.53%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001067900.470.600.2213.3952.3854.71
HexC86A4F02F3C16d3437
Octal3101521170577426156467
Binary11001000110101010011110101111111100101101101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c86a4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c86a4f; }

 p { color: rgb(200,106,79); }

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

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

 a { background-color: rgb(200,106,79); }

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

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

 span { border-color: rgb(200,106,79); }

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