#C36F4D

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

Shades of Red Damask #C36F4D

Tints of Red Damask #C36F4D

Color information

#C36F4D (or 0xC36F4D) is unknown color: approx Red Damask. HEX triplet: C3, 6F and 4D. RGB value is (195,111,77). Sum of RGB (Red+Green+Blue) = 195+111+77=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F4D is #3C90B2. Grayscale: #848484. Windows color (decimal): -3969203 or 5074883. OLE color: 5074883.

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

Color convert

RGB19511177-
CMYK00.430.610.24
HSL17.29º49.58%53.33%-
HSV(B)17.29º60.51%76.47%-
XYZ29.5323.5110-
YUV132.2496.83172.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.91%
GREEN value IS 111 (43.75% from 255) = 28.98%
BLUE value IS 77 (30.47% from 255) = 20.10%
R=50.91%
G=28.98%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951117700.430.610.2417.2949.5853.33
HexC36F4D02B3D18113235
Octal3031571150537530216265
Binary110000111101111100110101010111111011100010001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36F4D; }

 p { color: rgb(195,111,77); }

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

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

 a { background-color: rgb(195,111,77); }

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

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

 span { border-color: rgb(195,111,77); }

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