#C47852

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

Shades of Red Damask #C47852

Tints of Red Damask #C47852

Color information

#C47852 (or 0xC47852) is unknown color: approx Red Damask. HEX triplet: C4, 78 and 52. RGB value is (196,120,82). Sum of RGB (Red+Green+Blue) = 196+120+82=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C47852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47852 is #3B87AD. Grayscale: #8A8A8A. Windows color (decimal): -3901358 or 5404868. OLE color: 5404868.

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

Color convert

RGB19612082-
CMYK00.390.580.23
HSL20º49.14%54.51%-
HSV(B)20º58.16%76.86%-
XYZ3125.7811.32-
YUV138.3996.18169.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.25%
GREEN value IS 120 (47.27% from 255) = 30.15%
BLUE value IS 82 (32.42% from 255) = 20.60%
R=49.25%
G=30.15%
B=20.60%

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
Decimal1961208200.390.580.232049.1454.51
HexC478520273A17143137
Octal3041701220477227246167
Binary110001001111000101001001001111110101011110100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47852; }

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

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

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

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

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

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

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

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