#C9784C

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

Shades of Red Damask #C9784C

Tints of Red Damask #C9784C

Color information

#C9784C (or 0xC9784C) is unknown color: approx Red Damask. HEX triplet: C9, 78 and 4C. RGB value is (201,120,76). Sum of RGB (Red+Green+Blue) = 201+120+76=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9784C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9784C is #3687B3. Grayscale: #8B8B8B. Windows color (decimal): -3573684 or 5011657. OLE color: 5011657.

HSL color Cylindrical-coordinate representation of color #C9784C: hue angle of 21.12º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9784C is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB20112076-
CMYK00.400.620.21
HSL21.12º53.65%54.31%-
HSV(B)21.12º62.19%78.82%-
XYZ32.1126.3710.24-
YUV139.292.34172.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.63%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 76 (30.08% from 255) = 19.14%
R=50.63%
G=30.23%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011207600.400.620.2121.1253.6554.31
HexC9784C0283E15153636
Octal3111701140507625256666
Binary110010011111000100110001010001111101010110101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9784C; }

 p { color: rgb(201,120,76); }

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

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

 a { background-color: rgb(201,120,76); }

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

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

 span { border-color: rgb(201,120,76); }

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