#C47548

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

Shades of Red Damask #C47548

Tints of Red Damask #C47548

Color information

#C47548 (or 0xC47548) is unknown color: approx Red Damask. HEX triplet: C4, 75 and 48. RGB value is (196,117,72). Sum of RGB (Red+Green+Blue) = 196+117+72=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C47548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47548 is #3B8AB7. Grayscale: #878787. Windows color (decimal): -3902136 or 4748740. OLE color: 4748740.

HSL color Cylindrical-coordinate representation of color #C47548: hue angle of 21.77º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C47548 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB19611772-
CMYK00.400.630.23
HSL21.77º51.24%52.55%-
HSV(B)21.77º63.27%76.86%-
XYZ30.324.939.35-
YUV135.4992.17171.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.91%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 72 (28.52% from 255) = 18.70%
R=50.91%
G=30.39%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961177200.400.630.2321.7751.2452.55
HexC475480283F17163335
Octal3041651100507727266365
Binary110001001110101100100001010001111111011110110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47548; }

 p { color: rgb(196,117,72); }

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

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

 a { background-color: rgb(196,117,72); }

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

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

 span { border-color: rgb(196,117,72); }

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