#C16846

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

Shades of Red Damask #C16846

Tints of Red Damask #C16846

Color information

#C16846 (or 0xC16846) is unknown color: approx Red Damask. HEX triplet: C1, 68 and 46. RGB value is (193,104,70). Sum of RGB (Red+Green+Blue) = 193+104+70=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C16846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16846 is #3E97B9. Grayscale: #7E7E7E. Windows color (decimal): -4102074 or 4614337. OLE color: 4614337.

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

Color convert

RGB19310470-
CMYK00.460.640.24
HSL16.59º49.8%51.57%-
HSV(B)16.59º63.73%75.69%-
XYZ28.0521.688.5-
YUV126.7495.99175.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.59%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 70 (27.73% from 255) = 19.07%
R=52.59%
G=28.34%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931047000.460.640.2416.5949.851.57
HexC1684602E4018113234
Octal30115010605610030216264
Binary1100000111010001000110010111010000001100010001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16846; }

 p { color: rgb(193,104,70); }

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

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

 a { background-color: rgb(193,104,70); }

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

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

 span { border-color: rgb(193,104,70); }

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