#C36A51

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

Shades of Red Damask #C36A51

Tints of Red Damask #C36A51

Color information

#C36A51 (or 0xC36A51) is unknown color: approx Red Damask. HEX triplet: C3, 6A and 51. RGB value is (195,106,81). Sum of RGB (Red+Green+Blue) = 195+106+81=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A51 is #3C95AE. Grayscale: #818181. Windows color (decimal): -3970479 or 5335747. OLE color: 5335747.

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

Color convert

RGB19510681-
CMYK00.460.580.24
HSL13.16º48.72%54.12%-
HSV(B)13.16º58.46%76.47%-
XYZ29.1422.510.59-
YUV129.76100.49174.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.05%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=51.05%
G=27.75%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951068100.460.580.2413.1648.7254.12
HexC36A5102E3A18d3136
Octal3031521210567230156166
Binary11000011110101010100010101110111010110001101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36A51; }

 p { color: rgb(195,106,81); }

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

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

 a { background-color: rgb(195,106,81); }

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

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

 span { border-color: rgb(195,106,81); }

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