#C47B51

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

Shades of Red Damask #C47B51

Tints of Red Damask #C47B51

Color information

#C47B51 (or 0xC47B51) is unknown color: approx Red Damask. HEX triplet: C4, 7B and 51. RGB value is (196,123,81). Sum of RGB (Red+Green+Blue) = 196+123+81=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B51 is #3B84AE. Grayscale: #8C8C8C. Windows color (decimal): -3900591 or 5340100. OLE color: 5340100.

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

Color convert

RGB19612381-
CMYK00.370.590.23
HSL21.91º49.36%54.31%-
HSV(B)21.91º58.67%76.86%-
XYZ31.3326.511.25-
YUV140.0494.68167.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49%
GREEN value IS 123 (48.44% from 255) = 30.75%
BLUE value IS 81 (32.03% from 255) = 20.25%
R=49%
G=30.75%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961238100.370.590.2321.9149.3654.31
HexC47B510253B17163136
Octal3041731210457327266166
Binary110001001111011101000101001011110111011110110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47B51; }

 p { color: rgb(196,123,81); }

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

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

 a { background-color: rgb(196,123,81); }

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

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

 span { border-color: rgb(196,123,81); }

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