#C8744E

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

Shades of Red Damask #C8744E

Tints of Red Damask #C8744E

Color information

#C8744E (or 0xC8744E) is unknown color: approx Red Damask. HEX triplet: C8, 74 and 4E. RGB value is (200,116,78). Sum of RGB (Red+Green+Blue) = 200+116+78=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8744E is #378BB1. Grayscale: #898989. Windows color (decimal): -3640242 or 5141704. OLE color: 5141704.

HSL color Cylindrical-coordinate representation of color #C8744E: hue angle of 18.69º 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 #C8744E is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB20011678-
CMYK00.420.610.22
HSL18.69º52.59%54.51%-
HSV(B)18.69º61%78.43%-
XYZ31.4425.3210.44-
YUV136.7894.83173.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.76%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 78 (30.86% from 255) = 19.80%
R=50.76%
G=29.44%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001167800.420.610.2218.6952.5954.51
HexC8744E02A3D16133537
Octal3101641160527526236567
Binary110010001110100100111001010101111011011010011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8744E; }

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

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

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

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

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

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

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

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