#C36F50

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

Shades of Red Damask #C36F50

Tints of Red Damask #C36F50

Color information

#C36F50 (or 0xC36F50) is unknown color: approx Red Damask. HEX triplet: C3, 6F and 50. RGB value is (195,111,80). Sum of RGB (Red+Green+Blue) = 195+111+80=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F50 is #3C90AF. Grayscale: #848484. Windows color (decimal): -3969200 or 5271491. OLE color: 5271491.

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

Color convert

RGB19511180-
CMYK00.430.590.24
HSL16.17º48.94%53.92%-
HSV(B)16.17º58.97%76.47%-
XYZ29.6423.5510.57-
YUV132.5898.33172.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.52%
GREEN value IS 111 (43.75% from 255) = 28.76%
BLUE value IS 80 (31.64% from 255) = 20.73%
R=50.52%
G=28.76%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951118000.430.590.2416.1748.9453.92
HexC36F5002B3B18103136
Octal3031571200537330206166
Binary110000111101111101000001010111110111100010000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36F50; }

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

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

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

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

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

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

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

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