#c8754a

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

Shades of Red Damask #C8754A

Tints of Red Damask #C8754A

Color information

#C8754A (or 0xC8754A) is unknown color: approx Red Damask. HEX triplet: C8, 75 and 4A. RGB value is (200,117,74). Sum of RGB (Red+Green+Blue) = 200+117+74=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8754A is #378AB5. Grayscale: #898989. Windows color (decimal): -3639990 or 4879816. OLE color: 4879816.

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

Color convert

RGB20011774-
CMYK00.420.630.22
HSL20.48º53.39%53.73%-
HSV(B)20.48º63%78.43%-
XYZ31.4225.59.74-
YUV136.9292.5173-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.15%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 74 (29.30% from 255) = 18.93%
R=51.15%
G=29.92%
B=18.93%

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
Decimal2001177400.420.630.2220.4853.3953.73
HexC8754A02A3F16143536
Octal3101651120527726246566
Binary110010001110101100101001010101111111011010100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8754a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8754a; }

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

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

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

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

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

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

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

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