#C36B51

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

Shades of Red Damask #C36B51

Tints of Red Damask #C36B51

Color information

#C36B51 (or 0xC36B51) is unknown color: approx Red Damask. HEX triplet: C3, 6B and 51. RGB value is (195,107,81). Sum of RGB (Red+Green+Blue) = 195+107+81=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36B51 is #3C94AE. Grayscale: #828282. Windows color (decimal): -3970223 or 5336003. OLE color: 5336003.

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

Color convert

RGB19510781-
CMYK00.450.580.24
HSL13.68º48.72%54.12%-
HSV(B)13.68º58.46%76.47%-
XYZ29.2522.7110.63-
YUV130.35100.15174.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.91%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 81 (32.03% from 255) = 21.15%
R=50.91%
G=27.94%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951078100.450.580.2413.6848.7254.12
HexC36B5102D3A18e3136
Octal3031531210557230166166
Binary11000011110101110100010101101111010110001110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36B51; }

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

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

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

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

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

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

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

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