#C36C4E

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

Shades of Red Damask #C36C4E

Tints of Red Damask #C36C4E

Color information

#C36C4E (or 0xC36C4E) is unknown color: approx Red Damask. HEX triplet: C3, 6C and 4E. RGB value is (195,108,78). Sum of RGB (Red+Green+Blue) = 195+108+78=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C4E is #3C93B1. Grayscale: #828282. Windows color (decimal): -3969970 or 5139651. OLE color: 5139651.

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

Color convert

RGB19510878-
CMYK00.450.60.24
HSL15.38º49.37%53.53%-
HSV(B)15.38º60%76.47%-
XYZ29.2422.8810.08-
YUV130.5998.32173.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.18%
GREEN value IS 108 (42.58% from 255) = 28.35%
BLUE value IS 78 (30.86% from 255) = 20.47%
R=51.18%
G=28.35%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951087800.450.60.2415.3849.3753.53
HexC36C4E02D3C18f3136
Octal3031541160557430176166
Binary11000011110110010011100101101111100110001111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36C4E; }

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

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

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

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

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

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

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

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