#C9724D

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

Shades of Red Damask #C9724D

Tints of Red Damask #C9724D

Color information

#C9724D (or 0xC9724D) is unknown color: approx Red Damask. HEX triplet: C9, 72 and 4D. RGB value is (201,114,77). Sum of RGB (Red+Green+Blue) = 201+114+77=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9724D is #368DB2. Grayscale: #888888. Windows color (decimal): -3575219 or 5075657. OLE color: 5075657.

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

Color convert

RGB20111477-
CMYK00.430.620.21
HSL17.9º53.45%54.51%-
HSV(B)17.9º61.69%78.82%-
XYZ31.4424.9910.19-
YUV135.7994.82174.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.28%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 77 (30.47% from 255) = 19.64%
R=51.28%
G=29.08%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011147700.430.620.2117.953.4554.51
HexC9724D02B3E15123537
Octal3111621150537625226567
Binary110010011110010100110101010111111101010110010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9724D; }

 p { color: rgb(201,114,77); }

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

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

 a { background-color: rgb(201,114,77); }

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

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

 span { border-color: rgb(201,114,77); }

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