#C36B4A

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

Shades of Red Damask #C36B4A

Tints of Red Damask #C36B4A

Color information

#C36B4A (or 0xC36B4A) is unknown color: approx Red Damask. HEX triplet: C3, 6B and 4A. RGB value is (195,107,74). Sum of RGB (Red+Green+Blue) = 195+107+74=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36B4A is #3C94B5. Grayscale: #818181. Windows color (decimal): -3970230 or 4877251. OLE color: 4877251.

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

Color convert

RGB19510774-
CMYK00.450.620.24
HSL16.36º50.21%52.75%-
HSV(B)16.36º62.05%76.47%-
XYZ2922.619.31-
YUV129.5596.65174.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.86%
GREEN value IS 107 (42.19% from 255) = 28.46%
BLUE value IS 74 (29.30% from 255) = 19.68%
R=51.86%
G=28.46%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951077400.450.620.2416.3650.2152.75
HexC36B4A02D3E18103235
Octal3031531120557630206265
Binary110000111101011100101001011011111101100010000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36B4A; }

 p { color: rgb(195,107,74); }

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

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

 a { background-color: rgb(195,107,74); }

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

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

 span { border-color: rgb(195,107,74); }

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