#C86843

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

Shades of Red Damask #C86843

Tints of Red Damask #C86843

Color information

#C86843 (or 0xC86843) is unknown color: approx Red Damask. HEX triplet: C8, 68 and 43. RGB value is (200,104,67). Sum of RGB (Red+Green+Blue) = 200+104+67=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C86843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86843 is #3797BC. Grayscale: #808080. Windows color (decimal): -3643325 or 4417736. OLE color: 4417736.

HSL color Cylindrical-coordinate representation of color #C86843: hue angle of 16.69º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C86843 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB20010467-
CMYK00.480.660.22
HSL16.69º54.73%52.35%-
HSV(B)16.69º66.5%78.43%-
XYZ29.7822.598.1-
YUV128.4993.3179.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.91%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 67 (26.56% from 255) = 18.06%
R=53.91%
G=28.03%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001046700.480.660.2216.6954.7352.35
HexC868430304216113734
Octal31015010306010226216764
Binary1100100011010001000011011000010000101011010001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86843; }

 p { color: rgb(200,104,67); }

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

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

 a { background-color: rgb(200,104,67); }

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

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

 span { border-color: rgb(200,104,67); }

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