#C47952

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

Shades of Red Damask #C47952

Tints of Red Damask #C47952

Color information

#C47952 (or 0xC47952) is unknown color: approx Red Damask. HEX triplet: C4, 79 and 52. RGB value is (196,121,82). Sum of RGB (Red+Green+Blue) = 196+121+82=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C47952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47952 is #3B86AD. Grayscale: #8B8B8B. Windows color (decimal): -3901102 or 5405124. OLE color: 5405124.

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

Color convert

RGB19612182-
CMYK00.380.580.23
HSL20.53º49.14%54.51%-
HSV(B)20.53º58.16%76.86%-
XYZ31.1326.0211.36-
YUV138.9895.85168.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 82 (32.42% from 255) = 20.55%
R=49.12%
G=30.33%
B=20.55%

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
Decimal1961218200.380.580.2320.5349.1454.51
HexC479520263A17153137
Octal3041711220467227256167
Binary110001001111001101001001001101110101011110101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47952; }

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

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

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

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

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

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

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

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