#C86951

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

Shades of Red Damask #C86951

Tints of Red Damask #C86951

Color information

#C86951 (or 0xC86951) is unknown color: approx Red Damask. HEX triplet: C8, 69 and 51. RGB value is (200,105,81). Sum of RGB (Red+Green+Blue) = 200+105+81=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C86951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86951 is #3796AE. Grayscale: #828282. Windows color (decimal): -3643055 or 5335496. OLE color: 5335496.

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

Color convert

RGB20010581-
CMYK00.480.590.22
HSL12.1º51.97%55.1%-
HSV(B)12.1º59.5%78.43%-
XYZ30.3622.9810.62-
YUV130.6799.97177.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.81%
GREEN value IS 105 (41.41% from 255) = 27.20%
BLUE value IS 81 (32.03% from 255) = 20.98%
R=51.81%
G=27.20%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001058100.480.590.2212.151.9755.1
HexC869510303B16c3437
Octal3101511210607326146467
Binary11001000110100110100010110000111011101101100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86951; }

 p { color: rgb(200,105,81); }

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

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

 a { background-color: rgb(200,105,81); }

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

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

 span { border-color: rgb(200,105,81); }

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