#C16947

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

Shades of Red Damask #C16947

Tints of Red Damask #C16947

Color information

#C16947 (or 0xC16947) is unknown color: approx Red Damask. HEX triplet: C1, 69 and 47. RGB value is (193,105,71). Sum of RGB (Red+Green+Blue) = 193+105+71=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C16947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16947 is #3E96B8. Grayscale: #7F7F7F. Windows color (decimal): -4101817 or 4680129. OLE color: 4680129.

HSL color Cylindrical-coordinate representation of color #C16947: hue angle of 16.72º 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 #C16947 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19310571-
CMYK00.460.630.24
HSL16.72º49.59%51.76%-
HSV(B)16.72º63.21%75.69%-
XYZ28.1821.98.7-
YUV127.4496.15174.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.30%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 71 (28.12% from 255) = 19.24%
R=52.30%
G=28.46%
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
Decimal1931057100.460.630.2416.7249.5951.76
HexC1694702E3F18113234
Octal3011511070567730216264
Binary110000011101001100011101011101111111100010001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16947; }

 p { color: rgb(193,105,71); }

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

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

 a { background-color: rgb(193,105,71); }

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

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

 span { border-color: rgb(193,105,71); }

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