#C37A54

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

Shades of Red Damask #C37A54

Tints of Red Damask #C37A54

Color information

#C37A54 (or 0xC37A54) is unknown color: approx Red Damask. HEX triplet: C3, 7A and 54. RGB value is (195,122,84). Sum of RGB (Red+Green+Blue) = 195+122+84=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37A54 is #3C85AB. Grayscale: #8B8B8B. Windows color (decimal): -3966380 or 5536451. OLE color: 5536451.

HSL color Cylindrical-coordinate representation of color #C37A54: hue angle of 20.54º 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 #C37A54 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19512284-
CMYK00.370.570.24
HSL20.54º48.05%54.71%-
HSV(B)20.54º56.92%76.47%-
XYZ31.0726.1611.8-
YUV139.4996.68167.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.63%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 84 (33.20% from 255) = 20.95%
R=48.63%
G=30.42%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951228400.370.570.2420.5448.0554.71
HexC37A540253918153037
Octal3031721240457130256067
Binary110000111111010101010001001011110011100010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37A54; }

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

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

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

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

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

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

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

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