#C36845

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

Shades of Red Damask #C36845

Tints of Red Damask #C36845

Color information

#C36845 (or 0xC36845) is unknown color: approx Red Damask. HEX triplet: C3, 68 and 45. RGB value is (195,104,69). Sum of RGB (Red+Green+Blue) = 195+104+69=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C36845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36845 is #3C97BA. Grayscale: #7F7F7F. Windows color (decimal): -3971003 or 4548803. OLE color: 4548803.

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

Color convert

RGB19510469-
CMYK00.470.650.24
HSL16.67º51.22%51.76%-
HSV(B)16.67º64.62%76.47%-
XYZ28.5321.938.36-
YUV127.2295.15176.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.99%
GREEN value IS 104 (41.02% from 255) = 28.26%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=52.99%
G=28.26%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951046900.470.650.2416.6751.2251.76
HexC3684502F4118113334
Octal30315010505710130216364
Binary1100001111010001000101010111110000011100010001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36845; }

 p { color: rgb(195,104,69); }

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

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

 a { background-color: rgb(195,104,69); }

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

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

 span { border-color: rgb(195,104,69); }

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