#C8754D

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

Shades of Red Damask #C8754D

Tints of Red Damask #C8754D

Color information

#C8754D (or 0xC8754D) is unknown color: approx Red Damask. HEX triplet: C8, 75 and 4D. RGB value is (200,117,77). Sum of RGB (Red+Green+Blue) = 200+117+77=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8754D is #378AB2. Grayscale: #898989. Windows color (decimal): -3639987 or 5076424. OLE color: 5076424.

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

Color convert

RGB20011777-
CMYK00.420.620.22
HSL19.51º52.79%54.31%-
HSV(B)19.51º61.5%78.43%-
XYZ31.5225.5410.29-
YUV137.2694172.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.76%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 77 (30.47% from 255) = 19.54%
R=50.76%
G=29.70%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001177700.420.620.2219.5152.7954.31
HexC8754D02A3E16143536
Octal3101651150527626246566
Binary110010001110101100110101010101111101011010100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8754D; }

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

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

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

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

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

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

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

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