#C86E4B

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

Shades of Red Damask #C86E4B

Tints of Red Damask #C86E4B

Color information

#C86E4B (or 0xC86E4B) is unknown color: approx Red Damask. HEX triplet: C8, 6E and 4B. RGB value is (200,110,75). Sum of RGB (Red+Green+Blue) = 200+110+75=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E4B is #3791B4. Grayscale: #858585. Windows color (decimal): -3641781 or 4943560. OLE color: 4943560.

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

Color convert

RGB20011075-
CMYK00.450.620.22
HSL16.8º53.19%53.92%-
HSV(B)16.8º62.5%78.43%-
XYZ30.6723.949.66-
YUV132.9295.32175.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.95%
GREEN value IS 110 (43.36% from 255) = 28.57%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=51.95%
G=28.57%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001107500.450.620.2216.853.1953.92
HexC86E4B02D3E16113536
Octal3101561130557626216566
Binary110010001101110100101101011011111101011010001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86E4B; }

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

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

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

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

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

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

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

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