#C47052

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

Shades of Red Damask #C47052

Tints of Red Damask #C47052

Color information

#C47052 (or 0xC47052) is unknown color: approx Red Damask. HEX triplet: C4, 70 and 52. RGB value is (196,112,82). Sum of RGB (Red+Green+Blue) = 196+112+82=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C47052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47052 is #3B8FAD. Grayscale: #858585. Windows color (decimal): -3903406 or 5402820. OLE color: 5402820.

HSL color Cylindrical-coordinate representation of color #C47052: hue angle of 15.79º 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 #C47052 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19611282-
CMYK00.430.580.23
HSL15.79º49.14%54.51%-
HSV(B)15.79º58.16%76.86%-
XYZ30.0823.9311.02-
YUV133.798.83172.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 112 (44.14% from 255) = 28.72%
BLUE value IS 82 (32.42% from 255) = 21.03%
R=50.26%
G=28.72%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961128200.430.580.2315.7949.1454.51
HexC4705202B3A17103137
Octal3041601220537227206167
Binary110001001110000101001001010111110101011110000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47052; }

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

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

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

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

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

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

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

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