#C5754E

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

Shades of Red Damask #C5754E

Tints of Red Damask #C5754E

Color information

#C5754E (or 0xC5754E) is unknown color: approx Red Damask. HEX triplet: C5, 75 and 4E. RGB value is (197,117,78). Sum of RGB (Red+Green+Blue) = 197+117+78=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5754E is #3A8AB1. Grayscale: #888888. Windows color (decimal): -3836594 or 5141957. OLE color: 5141957.

HSL color Cylindrical-coordinate representation of color #C5754E: hue angle of 19.66º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5754E is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB19711778-
CMYK00.410.600.23
HSL19.66º50.64%53.92%-
HSV(B)19.66º60.41%77.25%-
XYZ30.7625.1410.44-
YUV136.4795171.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.26%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 78 (30.86% from 255) = 19.90%
R=50.26%
G=29.85%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971177800.410.600.2319.6650.6453.92
HexC5754E0293C17143336
Octal3051651160517427246366
Binary110001011110101100111001010011111001011110100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5754E; }

 p { color: rgb(197,117,78); }

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

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

 a { background-color: rgb(197,117,78); }

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

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

 span { border-color: rgb(197,117,78); }

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