#C8724D

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

Shades of Red Damask #C8724D

Tints of Red Damask #C8724D

Color information

#C8724D (or 0xC8724D) is unknown color: approx Red Damask. HEX triplet: C8, 72 and 4D. RGB value is (200,114,77). Sum of RGB (Red+Green+Blue) = 200+114+77=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8724D is #378DB2. Grayscale: #878787. Windows color (decimal): -3640755 or 5075656. OLE color: 5075656.

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

Color convert

RGB20011477-
CMYK00.430.620.22
HSL18.05º52.79%54.31%-
HSV(B)18.05º61.5%78.43%-
XYZ31.1824.8510.17-
YUV135.594.99174.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.15%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 77 (30.47% from 255) = 19.69%
R=51.15%
G=29.16%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001147700.430.620.2218.0552.7954.31
HexC8724D02B3E16123536
Octal3101621150537626226566
Binary110010001110010100110101010111111101011010010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8724D; }

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

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

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

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

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

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

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

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