#C5754B

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

Shades of Red Damask #C5754B

Tints of Red Damask #C5754B

Color information

#C5754B (or 0xC5754B) is unknown color: approx Red Damask. HEX triplet: C5, 75 and 4B. RGB value is (197,117,75). Sum of RGB (Red+Green+Blue) = 197+117+75=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5754B is #3A8AB4. Grayscale: #888888. Windows color (decimal): -3836597 or 4945349. OLE color: 4945349.

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

Color convert

RGB19711775-
CMYK00.410.620.23
HSL20.66º51.26%53.33%-
HSV(B)20.66º61.93%77.25%-
XYZ30.6625.19.89-
YUV136.1393.5171.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.64%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 75 (29.69% from 255) = 19.28%
R=50.64%
G=30.08%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971177500.410.620.2320.6651.2653.33
HexC5754B0293E17153335
Octal3051651130517627256365
Binary110001011110101100101101010011111101011110101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5754B; }

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

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

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

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

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

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

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

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