#C47752

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

Shades of Red Damask #C47752

Tints of Red Damask #C47752

Color information

#C47752 (or 0xC47752) is unknown color: approx Red Damask. HEX triplet: C4, 77 and 52. RGB value is (196,119,82). Sum of RGB (Red+Green+Blue) = 196+119+82=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C47752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47752 is #3B88AD. Grayscale: #8A8A8A. Windows color (decimal): -3901614 or 5404612. OLE color: 5404612.

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

Color convert

RGB19611982-
CMYK00.390.580.23
HSL19.47º49.14%54.51%-
HSV(B)19.47º58.16%76.86%-
XYZ30.8825.5411.28-
YUV137.896.51169.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.37%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 82 (32.42% from 255) = 20.65%
R=49.37%
G=29.97%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961198200.390.580.2319.4749.1454.51
HexC477520273A17133137
Octal3041671220477227236167
Binary110001001110111101001001001111110101011110011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47752; }

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

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

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

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

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

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

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

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