#c36748

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

Shades of Red Damask #C36748

Tints of Red Damask #C36748

Color information

#C36748 (or 0xC36748) is unknown color: approx Red Damask. HEX triplet: C3, 67 and 48. RGB value is (195,103,72). Sum of RGB (Red+Green+Blue) = 195+103+72=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C36748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36748 is #3C98B7. Grayscale: #7F7F7F. Windows color (decimal): -3971256 or 4745155. OLE color: 4745155.

HSL color Cylindrical-coordinate representation of color #C36748: hue angle of 15.12º 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 #C36748 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19510372-
CMYK00.470.630.24
HSL15.12º50.62%52.35%-
HSV(B)15.12º63.08%76.47%-
XYZ28.5321.778.83-
YUV126.9796.98176.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.70%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 72 (28.52% from 255) = 19.46%
R=52.70%
G=27.84%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951037200.470.630.2415.1250.6252.35
HexC3674802F3F18f3334
Octal3031471100577730176364
Binary11000011110011110010000101111111111110001111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c36748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c36748; }

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

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

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

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

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

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

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

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