#C16843

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

Shades of Red Damask #C16843

Tints of Red Damask #C16843

Color information

#C16843 (or 0xC16843) is unknown color: approx Red Damask. HEX triplet: C1, 68 and 43. RGB value is (193,104,67). Sum of RGB (Red+Green+Blue) = 193+104+67=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C16843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16843 is #3E97BC. Grayscale: #7E7E7E. Windows color (decimal): -4102077 or 4417729. OLE color: 4417729.

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

Color convert

RGB19310467-
CMYK00.460.650.24
HSL17.62º50.4%50.98%-
HSV(B)17.62º65.28%75.69%-
XYZ27.9621.648.01-
YUV126.3994.49175.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.02%
GREEN value IS 104 (41.02% from 255) = 28.57%
BLUE value IS 67 (26.56% from 255) = 18.41%
R=53.02%
G=28.57%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931046700.460.650.2417.6250.450.98
HexC1684302E4118123233
Octal30115010305610130226263
Binary1100000111010001000011010111010000011100010010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16843; }

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

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

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

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

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

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

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

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