#C36F53

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

Shades of Red Damask #C36F53

Tints of Red Damask #C36F53

Color information

#C36F53 (or 0xC36F53) is unknown color: approx Red Damask. HEX triplet: C3, 6F and 53. RGB value is (195,111,83). Sum of RGB (Red+Green+Blue) = 195+111+83=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F53 is #3C90AC. Grayscale: #858585. Windows color (decimal): -3969197 or 5468099. OLE color: 5468099.

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

Color convert

RGB19511183-
CMYK00.430.570.24
HSL15º48.28%54.51%-
HSV(B)15º57.44%76.47%-
XYZ29.7523.611.17-
YUV132.9299.83172.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.13%
GREEN value IS 111 (43.75% from 255) = 28.53%
BLUE value IS 83 (32.81% from 255) = 21.34%
R=50.13%
G=28.53%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951118300.430.570.241548.2854.51
HexC36F5302B3918f3037
Octal3031571230537130176067
Binary11000011110111110100110101011111001110001111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36F53; }

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

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

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

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

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

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

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

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