#C16B52

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

Shades of Red Damask #C16B52

Tints of Red Damask #C16B52

Color information

#C16B52 (or 0xC16B52) is unknown color: approx Red Damask. HEX triplet: C1, 6B and 52. RGB value is (193,107,82). Sum of RGB (Red+Green+Blue) = 193+107+82=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16B52 is #3E94AD. Grayscale: #828282. Windows color (decimal): -4101294 or 5401537. OLE color: 5401537.

HSL color Cylindrical-coordinate representation of color #C16B52: hue angle of 13.51º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C16B52 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19310782-
CMYK00.450.580.24
HSL13.51º47.23%53.92%-
HSV(B)13.51º57.51%75.69%-
XYZ28.7722.4610.8-
YUV129.86100.99173.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.52%
GREEN value IS 107 (42.19% from 255) = 28.01%
BLUE value IS 82 (32.42% from 255) = 21.47%
R=50.52%
G=28.01%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931078200.450.580.2413.5147.2353.92
HexC16B5202D3A18e2f36
Octal3011531220557230165766
Binary11000001110101110100100101101111010110001110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16B52; }

 p { color: rgb(193,107,82); }

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

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

 a { background-color: rgb(193,107,82); }

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

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

 span { border-color: rgb(193,107,82); }

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