#C8744A

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

Shades of Red Damask #C8744A

Tints of Red Damask #C8744A

Color information

#C8744A (or 0xC8744A) is unknown color: approx Red Damask. HEX triplet: C8, 74 and 4A. RGB value is (200,116,74). Sum of RGB (Red+Green+Blue) = 200+116+74=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8744A is #378BB5. Grayscale: #888888. Windows color (decimal): -3640246 or 4879560. OLE color: 4879560.

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

Color convert

RGB20011674-
CMYK00.420.630.22
HSL20º53.39%53.73%-
HSV(B)20º63%78.43%-
XYZ31.325.269.71-
YUV136.3392.83173.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.28%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 74 (29.30% from 255) = 18.97%
R=51.28%
G=29.74%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001167400.420.630.222053.3953.73
HexC8744A02A3F16143536
Octal3101641120527726246566
Binary110010001110100100101001010101111111011010100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8744A; }

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

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

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

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

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

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

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

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