#C37C54

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

Shades of Red Damask #C37C54

Tints of Red Damask #C37C54

Color information

#C37C54 (or 0xC37C54) is unknown color: approx Red Damask. HEX triplet: C3, 7C and 54. RGB value is (195,124,84). Sum of RGB (Red+Green+Blue) = 195+124+84=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C54 is #3C83AB. Grayscale: #8C8C8C. Windows color (decimal): -3965868 or 5536963. OLE color: 5536963.

HSL color Cylindrical-coordinate representation of color #C37C54: hue angle of 21.62º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C37C54 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19512484-
CMYK00.360.570.24
HSL21.62º48.05%54.71%-
HSV(B)21.62º56.92%76.47%-
XYZ31.3126.6611.88-
YUV140.6796.02166.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 124 (48.83% from 255) = 30.77%
BLUE value IS 84 (33.20% from 255) = 20.84%
R=48.39%
G=30.77%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951248400.360.570.2421.6248.0554.71
HexC37C540243918163037
Octal3031741240447130266067
Binary110000111111100101010001001001110011100010110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37C54; }

 p { color: rgb(195,124,84); }

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

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

 a { background-color: rgb(195,124,84); }

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

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

 span { border-color: rgb(195,124,84); }

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