#C47447

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

Shades of Red Damask #C47447

Tints of Red Damask #C47447

Color information

#C47447 (or 0xC47447) is unknown color: approx Red Damask. HEX triplet: C4, 74 and 47. RGB value is (196,116,71). Sum of RGB (Red+Green+Blue) = 196+116+71=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C47447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47447 is #3B8BB8. Grayscale: #878787. Windows color (decimal): -3902393 or 4682948. OLE color: 4682948.

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

Color convert

RGB19611671-
CMYK00.410.640.23
HSL21.6º51.44%52.35%-
HSV(B)21.6º63.78%76.86%-
XYZ30.1524.689.14-
YUV134.7992171.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 71 (28.12% from 255) = 18.54%
R=51.17%
G=30.29%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961167100.410.640.2321.651.4452.35
HexC474470294017163334
Octal30416410705110027266364
Binary1100010011101001000111010100110000001011110110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47447; }

 p { color: rgb(196,116,71); }

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

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

 a { background-color: rgb(196,116,71); }

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

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

 span { border-color: rgb(196,116,71); }

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