#C36948

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

Shades of Red Damask #C36948

Tints of Red Damask #C36948

Color information

#C36948 (or 0xC36948) is unknown color: approx Red Damask. HEX triplet: C3, 69 and 48. RGB value is (195,105,72). Sum of RGB (Red+Green+Blue) = 195+105+72=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C36948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36948 is #3C96B7. Grayscale: #808080. Windows color (decimal): -3970744 or 4745667. OLE color: 4745667.

HSL color Cylindrical-coordinate representation of color #C36948: hue angle of 16.1º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C36948 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19510572-
CMYK00.460.630.24
HSL16.1º50.62%52.35%-
HSV(B)16.1º63.08%76.47%-
XYZ28.7322.178.9-
YUV128.1596.32175.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.42%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 72 (28.52% from 255) = 19.35%
R=52.42%
G=28.23%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951057200.460.630.2416.150.6252.35
HexC3694802E3F18103334
Octal3031511100567730206364
Binary110000111101001100100001011101111111100010000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36948; }

 p { color: rgb(195,105,72); }

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

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

 a { background-color: rgb(195,105,72); }

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

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

 span { border-color: rgb(195,105,72); }

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