#C26847

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

Shades of Red Damask #C26847

Tints of Red Damask #C26847

Color information

#C26847 (or 0xC26847) is unknown color: approx Red Damask. HEX triplet: C2, 68 and 47. RGB value is (194,104,71). Sum of RGB (Red+Green+Blue) = 194+104+71=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C26847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26847 is #3D97B8. Grayscale: #7F7F7F. Windows color (decimal): -4036537 or 4679874. OLE color: 4679874.

HSL color Cylindrical-coordinate representation of color #C26847: hue angle of 16.1º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C26847 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19410471-
CMYK00.460.630.24
HSL16.1º50.2%51.96%-
HSV(B)16.1º63.4%76.08%-
XYZ28.3421.828.68-
YUV127.1596.32175.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.57%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 71 (28.12% from 255) = 19.24%
R=52.57%
G=28.18%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941047100.460.630.2416.150.251.96
HexC2684702E3F18103234
Octal3021501070567730206264
Binary110000101101000100011101011101111111100010000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26847; }

 p { color: rgb(194,104,71); }

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

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

 a { background-color: rgb(194,104,71); }

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

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

 span { border-color: rgb(194,104,71); }

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