#C36C49

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

Shades of Red Damask #C36C49

Tints of Red Damask #C36C49

Color information

#C36C49 (or 0xC36C49) is unknown color: approx Red Damask. HEX triplet: C3, 6C and 49. RGB value is (195,108,73). Sum of RGB (Red+Green+Blue) = 195+108+73=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36C49 is #3C93B6. Grayscale: #828282. Windows color (decimal): -3969975 or 4811971. OLE color: 4811971.

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

Color convert

RGB19510873-
CMYK00.450.630.24
HSL17.21º50.41%52.55%-
HSV(B)17.21º62.56%76.47%-
XYZ29.0722.819.17-
YUV130.0295.82174.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.86%
GREEN value IS 108 (42.58% from 255) = 28.72%
BLUE value IS 73 (28.91% from 255) = 19.41%
R=51.86%
G=28.72%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951087300.450.630.2417.2150.4152.55
HexC36C4902D3F18113235
Octal3031541110557730216265
Binary110000111101100100100101011011111111100010001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36C49; }

 p { color: rgb(195,108,73); }

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

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

 a { background-color: rgb(195,108,73); }

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

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

 span { border-color: rgb(195,108,73); }

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