#C9784E

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

Shades of Red Damask #C9784E

Tints of Red Damask #C9784E

Color information

#C9784E (or 0xC9784E) is unknown color: approx Red Damask. HEX triplet: C9, 78 and 4E. RGB value is (201,120,78). Sum of RGB (Red+Green+Blue) = 201+120+78=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9784E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9784E is #3687B1. Grayscale: #8B8B8B. Windows color (decimal): -3573682 or 5142729. OLE color: 5142729.

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

Color convert

RGB20112078-
CMYK00.400.610.21
HSL20.49º53.25%54.71%-
HSV(B)20.49º61.19%78.82%-
XYZ32.1826.410.61-
YUV139.4393.34171.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.38%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 78 (30.86% from 255) = 19.55%
R=50.38%
G=30.08%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011207800.400.610.2120.4953.2554.71
HexC9784E0283D15143537
Octal3111701160507525246567
Binary110010011111000100111001010001111011010110100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9784E; }

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

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

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

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

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

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

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

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