#C47B4F

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

Shades of Red Damask #C47B4F

Tints of Red Damask #C47B4F

Color information

#C47B4F (or 0xC47B4F) is unknown color: approx Red Damask. HEX triplet: C4, 7B and 4F. RGB value is (196,123,79). Sum of RGB (Red+Green+Blue) = 196+123+79=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B4F is #3B84B0. Grayscale: #8C8C8C. Windows color (decimal): -3900593 or 5209028. OLE color: 5209028.

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

Color convert

RGB19612379-
CMYK00.370.600.23
HSL22.56º49.79%53.92%-
HSV(B)22.56º59.69%76.86%-
XYZ31.2626.4710.86-
YUV139.8193.68168.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.25%
GREEN value IS 123 (48.44% from 255) = 30.90%
BLUE value IS 79 (31.25% from 255) = 19.85%
R=49.25%
G=30.90%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961237900.370.600.2322.5649.7953.92
HexC47B4F0253C17173236
Octal3041731170457427276266
Binary110001001111011100111101001011111001011110111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47B4F; }

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

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

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

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

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

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

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

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