#C8724E

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

Shades of Red Damask #C8724E

Tints of Red Damask #C8724E

Color information

#C8724E (or 0xC8724E) is unknown color: approx Red Damask. HEX triplet: C8, 72 and 4E. RGB value is (200,114,78). Sum of RGB (Red+Green+Blue) = 200+114+78=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8724E is #378DB1. Grayscale: #878787. Windows color (decimal): -3640754 or 5141192. OLE color: 5141192.

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

Color convert

RGB20011478-
CMYK00.430.610.22
HSL17.7º52.59%54.51%-
HSV(B)17.7º61%78.43%-
XYZ31.2124.8610.36-
YUV135.6195.49173.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.02%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 78 (30.86% from 255) = 19.90%
R=51.02%
G=29.08%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001147800.430.610.2217.752.5954.51
HexC8724E02B3D16123537
Octal3101621160537526226567
Binary110010001110010100111001010111111011011010010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8724E; }

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

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

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

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

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

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

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

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