#C47A52

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

Shades of Red Damask #C47A52

Tints of Red Damask #C47A52

Color information

#C47A52 (or 0xC47A52) is unknown color: approx Red Damask. HEX triplet: C4, 7A and 52. RGB value is (196,122,82). Sum of RGB (Red+Green+Blue) = 196+122+82=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A52 is #3B85AD. Grayscale: #8B8B8B. Windows color (decimal): -3900846 or 5405380. OLE color: 5405380.

HSL color Cylindrical-coordinate representation of color #C47A52: hue angle of 21.05º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C47A52 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19612282-
CMYK00.380.580.23
HSL21.05º49.14%54.51%-
HSV(B)21.05º58.16%76.86%-
XYZ31.2526.2611.41-
YUV139.5795.52168.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49%
GREEN value IS 122 (48.05% from 255) = 30.5%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=49%
G=30.5%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961228200.380.580.2321.0549.1454.51
HexC47A520263A17153137
Octal3041721220467227256167
Binary110001001111010101001001001101110101011110101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47A52; }

 p { color: rgb(196,122,82); }

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

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

 a { background-color: rgb(196,122,82); }

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

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

 span { border-color: rgb(196,122,82); }

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